Re: [HACKERS] backend -> interface communication - Mailing list pgsql-hackers

From Peter T Mount
Subject Re: [HACKERS] backend -> interface communication
Date
Msg-id Pine.LNX.3.95.980303063554.21523A-100000@maidast
Whole thread Raw
In response to backend -> interface communication  (Hankin <hankin@dunno.com>)
List pgsql-hackers
On Tue, 3 Mar 1998, Hankin wrote:

> how is a notice sent from the backend?
> does it send a Nxxxxx\n  or a VNxxxxx\n ??
>
> Whenever I do a lo_close() I get a NOTICE: tablerelease: no lock found.
> and PQfn() tries to read a VNxxxxx\n  when the backend sends a Nxxxxx\n

This last bit sounds familiar. I thought it was fixed a long time ago
(after I noticed it while implementing PQfn in Java)

--
Peter T Mount  petermount@earthling.net or pmount@maidast.demon.co.uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Rule plan size for views?
Next
From: Hankin
Date:
Subject: Re: [HACKERS] backend -> interface communication