pgsql: pg_upgrade: don't copy/link files for invalid indexes

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: don't copy/link files for invalid indexes
Дата
Msg-id E1UM7tI-0006Il-4i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  don't copy/link files for invalid indexes

Now that pg_dump no longer dumps invalid indexes, per commit
683abc73dff549e94555d4020dae8d02f32ed78b, have pg_upgrade also skip
them.  Previously pg_upgrade threw an error if invalid indexes existed.

Backpatch to 9.2, 9.1, and 9.0 (where pg_upgrade was added to git)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/203d8ae2db4cf255b94520fdc1521b5f96778596

Modified Files
--------------
contrib/pg_upgrade/check.c |   91 --------------------------------------------
contrib/pg_upgrade/info.c  |    6 +++
2 files changed, 6 insertions(+), 91 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: don't copy/link files for invalid indexes
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: don't copy/link files for invalid indexes