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

From Alvaro Herrera
Subject Re: pgsql: Add flag values in WAL description to all heap records
Date
Msg-id 20181115153335.7doa3oiucn5hmbwn@alvherre.pgsql
Whole thread Raw
Responses Re: pgsql: Add flag values in WAL description to all heap records  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2018-Nov-15, Michael Paquier wrote:

> On Wed, Nov 14, 2018 at 11:02:46AM -0300, Alvaro Herrera wrote:
> > Just noticed: ISTM we should also print the infobits_set flags in
> > xl_heap_lock and xl_heap_lock_updated.  I can add those.
> 
> OK, feel free to do so if you have time, or I can add them myself if
> you would like me to do so.

Now that I re-check, it's already done.  Sorry for the noise.

> Another thing I was wondering is if we should show the information of
> individual tuples data for XLOG_HEAP2_FREEZE_PAGE records (under a
> different option?).

Not sure.  Won't that become too verbose?  I don't remember needing that
info for debugging.

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


pgsql-hackers by date:

Previous
From: Nikita Glukhov
Date:
Subject: Re: [PATCH] Opclass parameters
Next
From: Corey Huinker
Date:
Subject: Re: [HACKERS] generated columns