Re: Cache lookup failure for index during pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cache lookup failure for index during pg_dump
Дата
Msg-id 14175.1274968208@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cache lookup failure for index during pg_dump  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-bugs
Boszormenyi Zoltan <zb@cybertec.at> writes:
> I looked at ruleutils.c and now I am a little confused.
> I mean different functions use different subsystems to
> get their info. E.g.:

Yup.

> Am I missing something?

Yes.  That code is hopelessly intertwined with other operations inside
the backend that need to run on SnapshotNow time.  Disentangling it is
not a simple project.

            regards, tom lane

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

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: Cache lookup failure for index during pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Query causing explosion of temp space with join involving partitioning