Re: Safely Killing Backends (Was: Applications that leak connections)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Safely Killing Backends (Was: Applications that leak connections)
Дата
Msg-id 18146.1107557081@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Safely Killing Backends (Was: Applications that leak connections)  (Jim Wilson <jimw@kelcomaine.com>)
Список pgsql-general
Jim Wilson <jimw@kelcomaine.com> writes:
> Rather than getting into the raised eyebrow thing ;-), I\\\'d suggest
> checking your "qualifiers". Consider that with Postgres, if killing a
> single connection brings the whole server down, you will loose _all_
> uncommitted data. If you did not, then I would call that a bug.

I would too.  So what's your complaint exactly?  That kill -9'ing one
backend takes out all your current uncommitted transactions and not just
the one?  I don't regard that as data loss: uncommitted is uncommitted.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Safely Killing Backends (Was: Applications that leak connections)
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: error-tolerant COPY FROM