diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-04-23 15:38:04 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-04-23 15:38:04 -0400 |
commit | 3436c5e28374d4e0587634fda09faf4a38a9d848 (patch) | |
tree | baec4b76f1739d9672a3a8e6d7d934735fc85822 /src/include/pg_config_manual.h | |
parent | ee88ef55dbacfca15ad425e849280669e3d6ee4d (diff) |
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
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 35d8215a929..8f3ec6bde18 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -348,8 +348,3 @@ * Enable tracing of syncscan operations (see also the trace_syncscan GUC var). */ /* #define TRACE_SYNCSCAN */ - -/* - * Other debug #defines (documentation, anyone?) - */ -/* #define ACLDEBUG */ |