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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add flag values in WAL description to all heap records
Date: 2018-11-15 01:13:20
Message-ID: 20181115011320.GB1374@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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. 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?).
--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2018-11-15 03:28:36 pgsql: Increase the number of possible random seeds per time period.
Previous Message Thomas Munro 2018-11-15 01:06:43 pgsql: Use 64 bit type for BufFileSize().

Browse pgsql-hackers by date

  From Date Subject
Next Message Imai, Yoshikazu 2018-11-15 01:19:39 RE: speeding up planning with partitions
Previous Message Michael Paquier 2018-11-15 01:04:45 Re: ATTACH/DETACH PARTITION CONCURRENTLY