Remove ACLDEBUG #define and associated code.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Apr 2020 19:38:04 +0000 (15:38 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Apr 2020 19:38:04 +0000 (15:38 -0400)
commit3436c5e28374d4e0587634fda09faf4a38a9d848
treebaec4b76f1739d9672a3a8e6d7d934735fc85822
parentee88ef55dbacfca15ad425e849280669e3d6ee4d
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
src/backend/catalog/aclchk.c
src/backend/utils/adt/acl.c
src/include/pg_config_manual.h