]> granicus.if.org Git - postgresql/commit
pg_upgrade: Remove converter plugin facility.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 13:13:02 +0000 (08:13 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 13:13:02 +0000 (08:13 -0500)
commit6f56b41ac0cd7092b91834da02e70514d28b8edb
treecac5c16985ad093cfed642ad67ff5cf3d81f14ba
parenta93aec4e0f061ad43034d5324b8407a824e54395
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.GB31273@momjian.us
src/bin/pg_upgrade/Makefile
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/file.c
src/bin/pg_upgrade/page.c [deleted file]
src/bin/pg_upgrade/pg_upgrade.c
src/bin/pg_upgrade/pg_upgrade.h
src/bin/pg_upgrade/relfilenode.c