pgsql: Fix Gin README. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix Gin README.
Date
Msg-id E1WcgY3-0002Je-A8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix Gin README.

The README incorrectly claimed that GIN posting tree pages contain an array
of uncompressed items in addition to compressed posting lists. Earlier
versions of the GIN posting list compression patch worked that way, but not
the one that was committed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/45e67a2ad7fcc1389cf897e308a75c3cb9f88c3f

Modified Files
--------------
src/backend/access/gin/README |   23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Improve "replication slot" index entries
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in the new B-tree incomplete-split code.