]> granicus.if.org Git - postgresql/commit
Add flag values in WAL description to all heap records
authorMichael Paquier <michael@paquier.xyz>
Wed, 14 Nov 2018 01:33:10 +0000 (10:33 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 14 Nov 2018 01:33:10 +0000 (10:33 +0900)
commit3be97b97ed37b966173f027091f21d8a7605e2a5
tree2003d273271927f917424f527941c499410fd8c1
parentb52b7dc250bba74fbaed685af4a37b450a0e2726
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
src/backend/access/rmgrdesc/heapdesc.c