pgsql: EXECUTE can return NOT FOUND so it should be checked here too.

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: EXECUTE can return NOT FOUND so it should be checked here too.
Date: 2008-02-14 14:57:29
Message-ID: 20080214145729.CBC8A754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
EXECUTE can return NOT FOUND so it should be checked here too.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/interfaces/ecpg/preproc:
preproc.y (r1.339.2.2 -> r1.339.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y?r1=1.339.2.2&r2=1.339.2.3)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Dim 2008-02-14 14:57:47 pgloader - pgloader: FIX just-introduced bug: no reader init meant
Previous Message Michael Meskes 2008-02-14 14:54:48 pgsql: - EXECUTE can return NOT FOUND so it should be checked here too.