pgsql: Remove HEAPDEBUGALL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove HEAPDEBUGALL
Дата
Msg-id E1jR8z0-0004Gk-7d@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix single-record reads to use restore_command if available in p
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Remove bogus Assert in foreign key cloning code