Remove ACLDEBUG #define and associated code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3436c5e28374d4e0587634fda09faf4a38a9d848
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-04-23T19:38:04Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/catalog/aclchk.c modified +0 −33
src/backend/utils/adt/acl.c modified +0 −8
src/include/pg_config_manual.h modified +0 −5

Discussion