Re: FATAL: terminating connection due to conflict with recovery

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Jeff Ross <jross(at)wykids(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: FATAL: terminating connection due to conflict with recovery
Date: 2011-08-31 00:20:10
Message-ID: 4E5D7E3A.6060804@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 31/08/2011 4:51 AM, Jeff Ross wrote:

> On my workstation using psql this query runs in about 1.5 minutes. I can
> choose the quarter the query uses and I'm virtually positive that no
> rows in that set will be updated or deleted so the error message to me
> seems wrong.

AFAIK: There may be other data on the same page that is being written
to, or it might be VACUUM activity replicated from the master. Either
way, the standby is saying it has to get rid of that page in order to
stay within sync delay limits with the master.

See the other reply post you got for the tuning parameters you can use
to tweak that permissible sync delay.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-08-31 00:42:17 Re: duplicate key violates unique on a nextval() field
Previous Message Craig Ringer 2011-08-31 00:16:30 Re: Postgresql-9.0.1 Recovery