Thread: pgsql: Further code and wording tweaks in BRIN

pgsql: Further code and wording tweaks in BRIN

From
Alvaro Herrera
Date:
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(-)