pgsql: Remove ACLDEBUG #define and associated code. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove ACLDEBUG #define and associated code.
Date
Msg-id E1jRhfz-0000eT-JP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove ACLDEBUG #define and associated code.

In the footsteps of aaf069aa3, remove ACLDEBUG, which was the only
other remaining undocumented symbol in pg_config_manual.h.  The fact
that nobody had bothered to document it in seventeen years is a good
clue to its usefulness.  In practice, none of the tracing logic it
enabled would be of any value without additional effort.

Discussion: https://postgr.es/m/6631.1587565046@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3436c5e28374d4e0587634fda09faf4a38a9d848

Modified Files
--------------
src/backend/catalog/aclchk.c   | 33 ---------------------------------
src/backend/utils/adt/acl.c    |  8 --------
src/include/pg_config_manual.h |  5 -----
3 files changed, 46 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove useless (and broken) logging logic in memory context func
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix handling of WAL segments ready to be archived during crash r