pageinspect: Make page deletion elog less chatty.

Peter Geoghegan <pg@bowt.ie>

Commit: d7897abf9e0071946e9e4e8efd2d4463607c04de
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-09-17T21:19:51Z
Releases: 15.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