Обсуждение: pgsql: Fix Gin README.

Поиск
Список
Период
Сортировка

pgsql: Fix Gin README.

От
Heikki Linnakangas
Дата:
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(-)