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/[email protected] 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(-)
