pgsql: Remove ACLDEBUG #define and associated code.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove ACLDEBUG #define and associated code.
Date: 2020-04-23 19:38:23
Message-ID: E1jRhfz-0000eT-JP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-04-23 23:51:16 pgsql: Fix handling of WAL segments ready to be archived during crash r
Previous Message Tom Lane 2020-04-23 19:27:44 pgsql: Remove useless (and broken) logging logic in memory context func