pg_upgrade: Remove converter plugin facility

Enterprise / PostgreSQL - Robert Haas [postgresql.org] - 8 March 2016 07:13 UTC

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.GB31273@momjian.us

6f56b41 pg_upgrade: Remove converter plugin facility.
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(-)

Upstream: git.postgresql.org


  • Share