Re: HEAPDEBUGALL is broken
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-04-23T03:44:18Z
Lists: pgsql-hackers
On 2020-04-19 09:37:08 -0400, Tom Lane wrote: > Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > > The HEAPDEBUGALL define has been broken since PG12 due to tableam > > changes. Should we just remove this? It doesn't look very useful. > > It's been around since Postgres95. > > If we opt for removing: PG12 added an analogous HEAPAMSLOTDEBUGALL > > (which still compiles correctly). Would we want to keep that? > > +1 for removing both. There are a lot of such debug "features" > in the code, and few of them are worth anything IME. Belatedly: +many
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