Re: pgsql: Add flag values in WAL description to all heap records

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Add flag values in WAL description to all heap records
Дата
Msg-id 20181114140246.67q6tmhedwlo6v3p@alvherre.pgsql
обсуждение исходный текст
Ответ на pgsql: Add flag values in WAL description to all heap records  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Add flag values in WAL description to all heap records  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
On 2018-Nov-14, Michael Paquier wrote:

> Add flag values in WAL description to all heap records
> 
> Hexadecimal is consistently used as format to not bloat too much the
> output but keep it readable.  This information is useful mainly for
> debugging purposes with for example pg_waldump.

Just noticed: ISTM we should also print the infobits_set flags in
xl_heap_lock and xl_heap_lock_updated.  I can add those.

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Initialize TransactionState and user ID consistently attransact
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Lower lock level for renaming indexes