new PageAddItemFlags()

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема new PageAddItemFlags()
Дата
Msg-id 20160527223410.GA735662@alvherre.pgsql
обсуждение исходный текст
Список pgsql-hackers
In the course of fixing a BRIN bug, I'm adding a new function to
bufpage.c called PageAddItemFlags, which is much like PageAddItem()
except that the "ovewrite" and "is_heap" boolean flags are gone and
replaced by an integer bitmap and some #defines.  If anybody would like
to bikeshed, please do so in that thread.  I intend to back-patch this
to 9.5.

https://www.postgresql.org/message-id/20160527223008.GA735540@alvherre.pgsql

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [sqlsmith] PANIC: failed to add BRIN tuple
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Parallel pg_dump's error reporting doesn't work worth squat