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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add flag values in WAL description to all heap records
Date: 2018-11-14 01:33:57
Message-ID: E1gMk45-00079Z-Ty@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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.

Author: Michael Paquier
Reviewed-by: Nathan Bossart, Dmitry Dolgov, Andres Freund, Álvaro
Herrera
Discussion: https://postgr.es/m/20180413034734.GE1552@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3be97b97ed37b966173f027091f21d8a7605e2a5

Modified Files
--------------
src/backend/access/rmgrdesc/heapdesc.c | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-11-14 07:50:10 pgsql: Initialize TransactionState and user ID consistently at transact
Previous Message Michael Paquier 2018-11-14 01:03:36 pgsql: Refactor code creating PartitionBoundInfo

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2018-11-14 01:34:40 Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query
Previous Message Tom Lane 2018-11-14 01:09:37 Re: [Bug Fix]ECPG: cancellation of significant digits on ECPG