Re: reindexdb hangs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: reindexdb hangs
Дата
Msg-id 22018.1178144703@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: reindexdb hangs  ("dx k9" <bitsandbytes88@hotmail.com>)
Ответы Re: reindexdb hangs
Список pgsql-admin
"dx k9" <bitsandbytes88@hotmail.com> writes:
> [ stuck reindex ]
> It turns out it was a temporary database and temporary table, that just
> wasn't there maybe it thought it was there from some type of snapshot then
> the next minute it was gone.

Hmm, there is not any filter in ReindexDatabase() to exclude temp tables
of other backends, but it sure seems like there needs to be.  CLUSTER
might have the same issue.  I think we fixed this in VACUUM long ago,
but we need to check the other commands that grovel over all of a database.

            regards, tom lane

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

Предыдущее
От: Geoff Tolley
Дата:
Сообщение: Re: Multiple auth types for a connection
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_user pg_shadow out of sync