pgsql: Revert "Custom reloptions for table AM"

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Custom reloptions for table AM"
Date: 2024-04-02 08:44:10
Message-ID: E1rrZkY-0006gJ-5N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Custom reloptions for table AM"

This reverts commit c95c25f9af4bc77f2f66a587735c50da08c12b37 due to multiple
design issues spotted after commit.

Reported-by: Jeff Davis
Discussion: https://postgr.es/m/11550b536211d5748bb2865ed6cb3502ff073bf7.camel%40j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/867cc7b6ddb9d998103688a56048fe9a1ddd972a

Modified Files
--------------
src/backend/access/common/reloptions.c | 6 ++--
src/backend/access/heap/heapam_handler.c | 12 -------
src/backend/access/table/tableamapi.c | 25 ---------------
src/backend/commands/tablecmds.c | 55 +++++++++++++-------------------
src/backend/postmaster/autovacuum.c | 4 +--
src/backend/utils/cache/relcache.c | 6 +---
src/include/access/reloptions.h | 2 --
src/include/access/tableam.h | 43 -------------------------
8 files changed, 27 insertions(+), 126 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-04-02 11:12:47 pgsql: Don't use the pg_am system catalog in new test
Previous Message Masahiko Sawada 2024-04-02 01:16:28 pgsql: Use TidStore for dead tuple TIDs storage during lazy vacuum.