Remove trace_recovery_messages
authorMichael Paquier <michael@paquier.xyz>
Mon, 11 Dec 2023 10:49:02 +0000 (11:49 +0100)
committerMichael Paquier <michael@paquier.xyz>
Mon, 11 Dec 2023 10:49:02 +0000 (11:49 +0100)
commitc7a3e6b46d38f880f42642df003796b9bf99c1a8
treec6e419196dce96b6e4709d55e312588c6406a61a
parent8d7d2197f31c1839db4726d1a12cb29016f4fa36
Remove trace_recovery_messages

This GUC was intended as a debugging help in the 9.0 area when hot
standby and streaming replication were being developped, able to offer
more information at LOG level rather than DEBUGn.  There are more tools
available these days that are able to offer rather equivalent
information, like pg_waldump introduced in 9.3.  It is not obvious how
this facility is useful these days, so let's remove it.

Author: Bharath Rupireddy
Discussion: http://postgr.es/m/ZXEXEAUVFrvpquSd@paquier.xyz
doc/src/sgml/config.sgml
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogrecovery.c
src/backend/storage/ipc/procarray.c
src/backend/storage/ipc/standby.c
src/backend/utils/cache/inval.c
src/backend/utils/error/elog.c
src/backend/utils/misc/guc_tables.c
src/include/miscadmin.h