From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Further code and wording tweaks in BRIN |
Date: | 2014-11-10 19:13:45 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Further code and wording tweaks in BRIN
Besides a couple of typo fixes, per David Rowley, Thom Brown, and Amit
Langote, and mentions of BRIN in the general CREATE INDEX page again per
David, this includes silencing MSVC compiler warnings (thanks Microsoft)
and an additional variable initialization per Coverity scanner.
Branch
------
master
Modified Files
--------------
doc/src/sgml/brin.sgml | 2 +-
doc/src/sgml/ref/create_index.sgml | 9 +++++----
src/backend/access/brin/README | 2 +-
src/backend/access/brin/brin.c | 8 +++++---
src/backend/access/brin/brin_tuple.c | 2 +-
5 files changed, 13 insertions(+), 10 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-11-10 20:21:36 | pgsql: Ensure that RowExprs and whole-row Vars produce the expected col |
Previous Message | Kevin Grittner | 2014-11-10 15:45:38 | pgsql: Fix compiler warning for non-assert builds. |