Re: BUG #3548: When quickly switching between databases the server lags behind

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3548: When quickly switching between databases the server lags behind
Дата
Msg-id 7217.1187368193@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3548: When quickly switching between databases the server lags behind  ("Daniel Heyder" <Daniel.Heyder@comsoft.de>)
Список 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 по дате отправления:

Предыдущее
От: "Daniel Heyder"
Дата:
Сообщение: BUG #3548: When quickly switching between databases the server lags behind
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #3504: Some listening sessions never return from writing, problems ensue