Re: [BUGS] BUG #1259: garbage in pg_listener after backend crash

2004-09-19 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > If current backend crash after registers on the notification condition > ( 'LISTEN ' 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 tr

[BUGS] BUG #1259: garbage in pg_listener after backend crash

2004-09-19 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1259 Logged by: Vadim Passynkov Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: FreeBSD 4.10-STABLE Description:garbage in pg_listener after backend crash Details: If current