Re: CEST ERROR: cursor "ogrpglayerreaderxxxxxxxxx" does not exist

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: "francescoboccacci(at)libero(dot)it" <francescoboccacci(at)libero(dot)it>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: CEST ERROR: cursor "ogrpglayerreaderxxxxxxxxx" does not exist
Date: 2012-06-18 08:20:37
Message-ID: 4FDEE4D5.1040003@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 06/18/2012 04:12 PM, francescoboccacci(at)libero(dot)it wrote:
> Hi all,
> i found a lots of ERROR into my postgresql log file as follow:
>
> 2012-06-10 23:37:17 CEST ERROR: cursor "ogrpglayerreader073a8d30" does not
> exist
> 2012-06-10 23:37:17 CEST STATEMENT: CLOSE OGRPGLayerReader073A8D30
> 2012-06-10 23:37:23 CEST ERROR: cursor "ogrpglayerreader073a8e78" does not
> exist

You're running an application against PostgreSQL that's trying to close
a cursor that it never created, that is already closed, or that only
exists on a different connection.

It's an error in your app, not Pg. Pg is just telling you about the error.

--
Craig Ringer

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message francescoboccacci@libero.it 2012-06-18 08:41:38 R: Re: CEST ERROR: cursor "ogrpglayerreaderxxxxxxxxx" does not exist
Previous Message francescoboccacci@libero.it 2012-06-18 08:12:01 CEST ERROR: cursor "ogrpglayerreaderxxxxxxxxx" does not exist