Re: BUG #3548: When quickly switching between databases the server lags behind - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3548: When quickly switching between databases the server lags behind
Date
Msg-id 7217.1187368193@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3548: When quickly switching between databases the server lags behind  ("Daniel Heyder" <Daniel.Heyder@comsoft.de>)
List pgsql-bugs
"Daniel Heyder" <Daniel.Heyder@comsoft.de> writes:
> when I do quick PQconnectdb give the connection something to do PQfinish the
> connection and PQconnectdb to another database the database server does not
> keep up, neither does PQconnectdb or PQfinish block until the work is
> complete. This is annoying when I want to delete the still working database.

As of 8.3, DROP DATABASE will wait a little bit to see if conflicting
sessions terminate.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Daniel Heyder"
Date:
Subject: BUG #3548: When quickly switching between databases the server lags behind
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #3504: Some listening sessions never return from writing, problems ensue