pageinspect: Make page deletion elog less chatty.
authorPeter Geoghegan <pg@bowt.ie>
Fri, 17 Sep 2021 21:19:51 +0000 (14:19 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Fri, 17 Sep 2021 21:19:51 +0000 (14:19 -0700)
commitd7897abf9e0071946e9e4e8efd2d4463607c04de
tree9f379290151a4500594ad9873e64828c57acd6f7
parenta21049fd3f64518c8a7227cf07c56f2543241db2
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.
contrib/pageinspect/btreefuncs.c