pgsql: Remove HEAPDEBUGALL

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove HEAPDEBUGALL
Date: 2020-04-22 06:35:42
Message-ID: E1jR8z0-0004Gk-7d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2020-04-22 10:15:00 pgsql: Remove bogus Assert in foreign key cloning code
Previous Message Tom Lane 2020-04-22 02:46:05 Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES)