pgsql: Further code and wording tweaks in BRIN

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: E1XnuPJ-0004sh-8p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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

Details
-------
http://git.postgresql.org/pg/commitdiff/1e0b4365c22c9f8a1bc7a5f8339f770c767b402f

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(-)

Browse pgsql-committers by date

  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.