pgsql: Fix Gin README.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix Gin README.
Date: 2014-04-22 19:40:07
Message-ID: E1WcgY3-0002Je-A8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-04-22 19:44:26 pgsql: Fix bug in the new B-tree incomplete-split code.
Previous Message Peter Eisentraut 2014-04-22 19:23:40 pgsql: doc: Improve "replication slot" index entries