pgsql: pg_upgrade: Remove converter plugin facility.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: pg_upgrade: Remove converter plugin facility.
Дата
Msg-id E1adHdR-00070H-SK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix minor typo in logical-decoding docs.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add pg_visibility contrib module.