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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alex Matzinger <amatzinger(at)experts-exchange(dot)com>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases
Date: 2012-04-03 16:40:12
Message-ID: 9729.1333471212@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alex Matzinger <amatzinger(at)experts-exchange(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2012-04-03 16:41:38 Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases
Previous Message Alex Matzinger 2012-04-03 16:07:44 Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases