Re: pgsql: Add flag values in WAL description to all heap records - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Add flag values in WAL description to all heap records
Date
Msg-id 20181114140246.67q6tmhedwlo6v3p@alvherre.pgsql
Whole thread Raw
In response to pgsql: Add flag values in WAL description to all heap records  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Add flag values in WAL description to all heap records
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Initialize TransactionState and user ID consistently attransact
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Lower lock level for renaming indexes