What's it? "LockRelease:"

From: "Vitaliy V(dot) Romanets" <vitaliy(at)gu(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: What's it? "LockRelease:"
Date: 2001-01-10 10:28:04
Message-ID: Pine.LNX.4.10.10101101153310.319-100000@raven.gu.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All!
Sorry for my english.
I use 6.5.2 and C interface.
When program has been run i've recieved the message:
NOTICE: LockRelease: locktable lookup failed, no lock

/*The part of code:*/
PQexec(conn,"declare grh1 cursor for select x1 from test where x1='RRR'");
res10=PQexec(conn,"fetch all in grh1");
PQexec(conn,"close grh1");
/*end_of_part*/

The program runs well without this part.

Thanks in advance

Vitaliy

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ryan Mahoney 2001-01-10 12:17:23 Re: Re: starting PGSQL automatically on Redhat 6.2
Previous Message jeremy ergisi 2001-01-10 10:09:01 The type conversion CAST does not work ??