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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Items on GIN data pages are no longer always 6 bytes; update gin
Дата
Msg-id E1WNoIq-0001GC-8w@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Show PIDs of lock holders and waiters in log_lock_waits log mess
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Only WAL-log the modified portion in an UPDATE, if possible.