Add flag values in WAL description to all heap records

Michael Paquier <michael@paquier.xyz>

Commit: 3be97b97ed37b966173f027091f21d8a7605e2a5
Author: Michael Paquier <michael@paquier.xyz>
Date: 2018-11-14T01:33:10Z
Releases: 12.0
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

Files

PathChange+/−
src/backend/access/rmgrdesc/heapdesc.c modified +16 −10

Discussion