pgsql: Remove HEAPDEBUGALL
Started by Peter Eisentrautabout 6 years ago1 messagescomitters
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: /messages/by-id/645c0646-4218-d4c3-409a-a7003a0c108d@2ndquadrant.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/aaf069aa345231823464f65b33c479a0958fe147
Modified Files
--------------
src/backend/access/heap/heapam.c | 39 ---------------------------------------
src/include/pg_config_manual.h | 1 -
2 files changed, 40 deletions(-)