Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases
Дата
Msg-id 9729.1333471212@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases  (Alex Matzinger <amatzinger@experts-exchange.com>)
Ответы Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases  (John R Pierce <pierce@hogranch.com>)
Список pgsql-bugs
Alex Matzinger <amatzinger@experts-exchange.com> writes:
> The connection that is executing the SELECT 1 are generally open for 1-5
> hours before they are killed.  The specific connection only executes
> SELECT 1.  The transaction is simply BEGIN, and then SELECT 1's, no
> other query is executed.

Lose the "BEGIN" and it will probably work more nicely.

            regards, tom lane

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

Предыдущее
От: Alex Matzinger
Дата:
Сообщение: Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases