Fixed pg_class refcache leak when the meta tuple in pg_class in invalid.

Поиск
Список
Период
Сортировка
От Ming Li
Тема Fixed pg_class refcache leak when the meta tuple in pg_class in invalid.
Дата
Msg-id CA+F1uf=aAMqBaZvzXcP=wLehsfoY5Wn5Wi=-eYeiUcBHQy9H8A@mail.gmail.com
обсуждение исходный текст
Ответы Re: Fixed pg_class refcache leak when the meta tuple in pg_class in invalid.
Список pgsql-hackers
Hi all,

In some cases the meta tuple in pg_class for a specific relation is invalid, which will cause relcache leak, and then report warning:
WARNING: relcache reference leak: relation "pg_class" not closed.

The diff file in the attachment can fix this problem.


Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: confusing checkpoint_flush_after / bgwriter_flush_after
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: confusing checkpoint_flush_after / bgwriter_flush_after