pgsql: pageinspect: Make page deletion elog less chatty.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: pageinspect: Make page deletion elog less chatty.
Дата
Msg-id E1mRLIT-0006kU-1R@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d7897abf9e0071946e9e4e8efd2d4463607c04de

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pull_varnos to cope with translated PlaceHolderVars.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Support "postgres -C" with runtime-computed GUCs