pgsql: pg_upgrade: Remove converter plugin facility.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: Remove converter plugin facility.
Date: 2016-03-08 13:25:13
Message-ID: E1adHdR-00070H-SK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Remove converter plugin facility.

We've not found a use for this so far, and the current need, which
is to convert the visibility map to a new format, does not suit the
existing design anyway. So just rip it out.

Author: Masahiko Sawada, slightly revised by me.
Discussion: 20160215211313(dot)GB31273(at)momjian(dot)us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f56b41ac0cd7092b91834da02e70514d28b8edb

Modified Files
--------------
src/bin/pg_upgrade/Makefile | 2 +-
src/bin/pg_upgrade/check.c | 2 -
src/bin/pg_upgrade/file.c | 77 ++----------------
src/bin/pg_upgrade/page.c | 164 ---------------------------------------
src/bin/pg_upgrade/pg_upgrade.c | 2 -
src/bin/pg_upgrade/pg_upgrade.h | 37 +--------
src/bin/pg_upgrade/relfilenode.c | 64 +++------------
7 files changed, 18 insertions(+), 330 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-08 13:45:08 pgsql: Add pg_visibility contrib module.
Previous Message Tom Lane 2016-03-08 02:52:50 pgsql: Fix minor typo in logical-decoding docs.