Re: [HACKERS] backend -> interface communication

From: Peter T Mount <psqlhack(at)maidast(dot)demon(dot)co(dot)uk>
To: Hankin <hankin(at)dunno(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] backend -> interface communication
Date: 1998-03-03 06:36:51
Message-ID: Pine.LNX.3.95.980303063554.21523A-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hankin 1998-03-03 07:26:01 Re: [HACKERS] backend -> interface communication
Previous Message Bruce Momjian 1998-03-03 05:58:38 Re: [HACKERS] Rule plan size for views?