Re: move 0 behaviour - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: move 0 behaviour
Date
Msg-id 200211030121.gA31LBd00398@candle.pha.pa.us
Whole thread Raw
In response to Re: move 0 behaviour  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Tom Lane wrote:
> >> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> >>> I thought about that, but I need to fail if the cursor name is invalid. 
> >> 
> >> What has that got to do with it?
> 
> > If I put the 'return' for 0 MOVE/FETCH in utility.c's FetchStmt code, I
> > will not get the checks for invalid cursor names, and I will not get the
> > proper return tag.
> 
> Oh, I see.  Yeah, you're probably right, we have to change the calling
> convention for PerformPortalFetch.
> 
> BTW, portalcmds.h also contains a comment that would need to be fixed.

Updated.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Steve Howe
Date:
Subject: Re: "Cache lookup failed for relation 16905" ??
Next
From: Bruce Momjian
Date:
Subject: Re: missing const it PQexscapeBytea/PQunescapeBytea in 7.3b3