Re: [JDBC] [ADMIN] Missing documentation for error code: 80S01

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [JDBC] [ADMIN] Missing documentation for error code: 80S01
Дата
Msg-id BANLkTi=QOf2v3fZhTPqq3TLR+-HeQFgJnA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [JDBC] [ADMIN] Missing documentation for error code: 80S01  ("Donald Fraser" <postgres@kiwi-fraser.net>)
Список pgsql-bugs
On Wed, Apr 13, 2011 at 6:52 AM, Donald Fraser <postgres@kiwi-fraser.net> wrote:
>> If the server is shut down mid-query, doesn't the backend complete the
>> current query cycle before closing the connection?
>> i.e. we'd see ErrorResponse, ReadyForQuery, and return control to the
>> app before seeing EOF anyway?
>> The protocol spec is a bit vague there.
>
> From an observation perspective only: It would seem that in the case where
> the server is shut down gracefully yes, however in the case where the server
> has either crashed or the connection terminated un-gracefully via software
> control (for example a C funcion: elog(FATAL, "Terminating connection...");)
> then no.

A smart shutdown waits for clients to exit on their own.  A fast or
immediate shutdown kills them immediately, even mid-query.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5988: CTINE duplicates constraints
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5993: pg_size_pretty overflow