Thread: pgsql: Remove HEAPDEBUGALL

pgsql: Remove HEAPDEBUGALL

From
Peter Eisentraut
Date:
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

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(-)