pgsql: Items on GIN data pages are no longer always 6 bytes; update gin - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Items on GIN data pages are no longer always 6 bytes; update gin
Date
Msg-id E1WNoIq-0001GC-8w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Items on GIN data pages are no longer always 6 bytes; update gincostestimate.

Also improve the comments a bit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/17d787a3b160eefb2ff4a3fdf12ca1fedc02cbc1

Modified Files
--------------
src/backend/utils/adt/selfuncs.c |   33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Show PIDs of lock holders and waiters in log_lock_waits log mess
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Only WAL-log the modified portion in an UPDATE, if possible.