pgsql: Remove HEAPDEBUGALL - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove HEAPDEBUGALL
Date
Msg-id E1jR8z0-0004Gk-7d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix single-record reads to use restore_command if available in p
Next
From: David Rowley
Date:
Subject: pgsql: Remove bogus Assert in foreign key cloning code