On Thu, Apr 12, 2007 at 11:05:40AM -0400, Tom Lane wrote:
> David Darville <[EMAIL PROTECTED]> writes:
> > While testing a continuous archiving setup using PostgreSQL 8.2.3, on Debian
> > Etch amd64, I found out that the slave database crashed when I did a 'DROP
> > DATABASE' on the master.
>
> Th
David Darville <[EMAIL PROTECTED]> writes:
> While testing a continuous archiving setup using PostgreSQL 8.2.3, on Debian
> Etch amd64, I found out that the slave database crashed when I did a 'DROP
> DATABASE' on the master.
Thanks for the report. I believe this will fix it:
Index: dbcommands.c
Hello everybody
While testing a continuous archiving setup using PostgreSQL 8.2.3, on Debian
Etch amd64, I found out that the slave database crashed when I did a 'DROP
DATABASE' on the master.
I was trying to stress test our setup, by continuously restoring a dump of
our database, dropping the da