pageinspect: Make page deletion elog less chatty.

Peter Geoghegan <pg@bowt.ie>

Commit: 55934416d2c50cdc9fba044a97fb14da1c779589
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-09-17T21:19:50Z
Releases: 14.0
pageinspect: Make page deletion elog less chatty.

An elog that reports the value of a transaction ID stored on a deleted
nbtree page was added by commit e5d8a999, which taught page deletion to
store full 64-bit XIDs.  It seems very chatty on further reflection, so
lower its elevel from NOTICE to DEBUG2.

Author: Peter Geoghegan <pg@bowt.ie>
Backpatch: 14-, just like the nbtree XID enhancement.

Files

PathChange+/−
contrib/pageinspect/btreefuncs.c modified +2 −2