pgsql: Remove ACLDEBUG #define and associated code.

Started by Tom Laneover 6 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/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(-)