Re: Recent matview push broken with -DCLOBBER_CACHE_ALWAYS

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Recent matview push broken with -DCLOBBER_CACHE_ALWAYS
Дата
Msg-id 1383763120.28519.YahooMailNeo@web162906.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на Recent matview push broken with -DCLOBBER_CACHE_ALWAYS  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-hackers
Kevin Grittner <kgrittn@ymail.com> wrote:

> I am investigating.

Information from the syscache entry for the table was being
referenced after the relation was closed.  We were generally
getting away with it until the new locking caused a check for
invalidation messages at a new spot.  Moving the heap_close() call
down a few lines fixed it by keeping the syscache entry valid until
we were through with it.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: [v9.4] row level security
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.4] row level security