[BUGS] BUG #1184: listeners not cleaned on crash -
06-27-2004
, 10:48 AM
The following bug has been logged online:
Bug reference: 1184
Logged by: Radim Kolar
Email address: hsn (AT) netmag (DOT) cz
PostgreSQL version: 7.4
Operating system: Freebsd 5.2.1
Description: listeners not cleaned on crash
Details:
When postgres sql 7.4.1
* crashes
* shutdown immediate
* kernel panics
After recovery, there are stalled entries in system catalogs which must
be removed by
delete from pg_catalog.pg_listener;
This is a very annoying bug if you are running slony1 replication system.
Radim Kolar
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org) |