Re: Ignore invalid indexes in pg_dump
От
Michael Paquier
Тема
Re: Ignore invalid indexes in pg_dump
Дата
Msg-id
CAB7nPqTn660ArfDjpRpzhdoKdJke=+sZKJmUw8bQ6VKMdDheBg@mail.gmail.com
Ответ на
Re: Ignore invalid indexes in pg_dump (Tom Lane)
Список
Дерево обсуждения
Ignore invalid indexes in pg_dump Michael Paquier <michael.paquier@gmail.com>
Re: Ignore invalid indexes in pg_dump Simon Riggs <simon@2ndQuadrant.com>
Re: Ignore invalid indexes in pg_dump Josh Kupershmidt <schmiddy@gmail.com>
Re: Ignore invalid indexes in pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: Ignore invalid indexes in pg_dump Michael Paquier <michael.paquier@gmail.com>
Re: Ignore invalid indexes in pg_dump Tom Lane <tgl@sss.pgh.pa.us>
Re: Ignore invalid indexes in pg_dump Michael Paquier <michael.paquier@gmail.com>
On Wed, Mar 27, 2013 at 6:47 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
-- Michael Paquier <michael.paquier@gmail.com> writes:Those are not necessary, as an index that is marked indisvalid should
> On top of checking indisvalid, I think that some additional checks on
> indislive and indisready are also necessary.
certainly also have those flags set. If it didn't require making two
new version distinctions in getIndexes(), I'd be okay with the extra
checks; but as-is I think the maintenance pain this would add greatly
outweighs any likely value.
I've committed this in the simpler form that just adds indisvalid
checks to the appropriate version cases.
Thanks.
Michael
В списке pgsql-hackers по дате отправления