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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Items on GIN data pages are no longer always 6 bytes; update gin
Date: 2014-03-12 18:54:56
Message-ID: E1WNoIq-0001GC-8w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-12 21:30:28 pgsql: Only WAL-log the modified portion in an UPDATE, if possible.
Previous Message Fujii Masao 2014-03-12 18:27:03 pgsql: Show PIDs of lock holders and waiters in log_lock_waits log mess