| От | Tom Lane |
|---|---|
| Тема | pgsql: Ignore invalid indexes in pg_dump. |
| Дата | |
| Msg-id | E1UKbes-000187-JA@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Ignore invalid indexes in pg_dump. Dumping invalid indexes can cause problems at restore time, for example if the reason the index creation failed was because it tried to enforce a uniqueness condition not satisfied by the table's data. Also, if the index creation is in fact still in progress, it seems reasonable to consider it to be an uncommitted DDL change, which pg_dump wouldn't be expected to dump anyway. Back-patch to all active versions, and teach them to ignore invalid indexes in servers back to 8.2, where the concept was introduced. Michael Paquier Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/30de42d254d7b31161bfd0388677712694108906 Modified Files -------------- src/bin/pg_dump/pg_dump.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера