Re: Fix for pg_upgrade and invalid indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix for pg_upgrade and invalid indexes
Дата
Msg-id 5501.1364596508@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fix for pg_upgrade and invalid indexes  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Attached is a patch that implements the suggested pg_upgrade changes of
> not copying invalid indexes now that pg_dump doesn't dump them.  This
> should be backpatched back to 8.4 to match pg_dump.  It might require
> release note updates;  not sure.  Previously pg_upgrade threw an error
> if invalid indexes exist, but only since February, when we released the
> pg_upgrade fix to do this.  You can see the majority of this patch is
> removing that check.

Surely that should be LEFT JOIN not RIGHT JOIN?
        regards, tom lane



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Getting to 9.3 beta
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Fix for pg_upgrade and invalid indexes