Обсуждение: pgsql: pg_upgrade: Remove converter plugin facility.

Поиск
Список
Период
Сортировка

pgsql: pg_upgrade: Remove converter plugin facility.

От
Robert Haas
Дата:
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

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(-)