pgsql: pageinspect: Make page deletion elog less chatty. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: pageinspect: Make page deletion elog less chatty.
Date
Msg-id E1mRLIT-0006kV-1o@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/55934416d2c50cdc9fba044a97fb14da1c779589

Modified Files
--------------
contrib/pageinspect/btreefuncs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pull_varnos to cope with translated PlaceHolderVars.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Support "postgres -C" with runtime-computed GUCs