mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user