diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-04-21 19:57:33 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-04-22 08:35:33 +0200 |
commit | aaf069aa345231823464f65b33c479a0958fe147 (patch) | |
tree | 64e926cfdc758d0336d1a6644efa73537185bc7e /src/include/pg_config_manual.h | |
parent | cd123234404ef9a45415060633d3be31329820b2 (diff) |
Remove HEAPDEBUGALL
This has been broken since PostgreSQL 12 and was probably never really
used. PostgreSQL 12 added an analogous HEAPAMSLOTDEBUGALL, which
still works right now, but it's also not very useful, so remove that
as well.
Discussion: https://www.postgresql.org/message-id/flat/645c0646-4218-d4c3-409a-a7003a0c108d%402ndquadrant.com
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 32f739706d5..35d8215a929 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -352,5 +352,4 @@ /* * Other debug #defines (documentation, anyone?) */ -/* #define HEAPDEBUGALL */ /* #define ACLDEBUG */ |