Re: another failover testing question - Mailing list pgsql-general

From Tom Lane
Subject Re: another failover testing question
Date
Msg-id 8879.1117144833@sss.pgh.pa.us
Whole thread Raw
In response to Re: another failover testing question  ("David Parker" <dparker@tazznetworks.com>)
List pgsql-general
"David Parker" <dparker@tazznetworks.com> writes:
> Sorry, neglected the version yet again: 7.4.5. What happens is that we
> have active connections accessing tables that are being replicated by
> slony. Then somebody does an uninstall of slony, which removes the slony
> trigger from those tables. Then we start getting the OID error.
> If this should indeed not be an issue in 7.4.5, I will try to come up
> with a test case independent of a slony install.

It should not be ... at least, assuming that Slony is using the standard
DROP TRIGGER operation, rather than playing directly with the system
catalogs ...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Locking rows
Next
From: Devrim GUNDUZ
Date:
Subject: libpq.so.3 problem, PostgreSQL >= 8.0.2 and RPM installations