Re: HEAPDEBUGALL is broken
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-04-22T14:17:26Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > On 2020-04-21 20:27, Tom Lane wrote: >> I don't see a commit? > pushed now Looking at this, I'm tempted to nuke ACLDEBUG as well, which is the only remaining undocumented symbol in pg_config_manual.h. The code it controls looks equally forlorn and not-useful-as-is. regards, tom lane
Commits
-
Remove ACLDEBUG #define and associated code.
- 3436c5e28374 13.0 landed
-
Remove useless (and broken) logging logic in memory context functions.
- ee88ef55dbac 13.0 landed
-
Remove HEAPDEBUGALL
- aaf069aa3452 13.0 landed