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: [email protected] 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
