pg_upgrade: Remove converter plugin facility.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_upgrade/check.c | modified | +0 −2 |
| src/bin/pg_upgrade/file.c | modified | +5 −72 |
| src/bin/pg_upgrade/Makefile | modified | +1 −1 |
| src/bin/pg_upgrade/page.c | deleted | +0 −164 |
| src/bin/pg_upgrade/pg_upgrade.c | modified | +0 −2 |
| src/bin/pg_upgrade/pg_upgrade.h | modified | +2 −35 |
| src/bin/pg_upgrade/relfilenode.c | modified | +10 −54 |