pgsql: Further code and wording tweaks in BRIN - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Further code and wording tweaks in BRIN
Date
Msg-id E1XnuPJ-0004sh-8p@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Fix compiler warning for non-assert builds.
Next
From: Tom Lane
Date:
Subject: pgsql: Ensure that RowExprs and whole-row Vars produce the expected col