Re: BUG #1259: garbage in pg_listener after backend crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1259: garbage in pg_listener after backend crash
Дата
Msg-id 19527.1095611677@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1259: garbage in pg_listener after backend crash  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> If current backend crash after registers on the notification condition
> <name> ( 'LISTEN <name>' SQL command ) row in the pg_listener still exists;

This is not a bug, it's the intended recovery path.  The row will go
away as soon as some other backend tries to signal it and finds the
PID no longer exists.

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1259: garbage in pg_listener after backend crash
Следующее
От: Josh Berkus
Дата:
Сообщение: Money type not gone?