From: Michael Meskes Date: Fri, 15 Feb 2008 18:51:57 +0000 (+0000) Subject: Updated expected result for regression test. X-Git-Tag: REL8_3_1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a50a313c1dfe2e250e21e34d479febb2b3243f98;p=postgresql Updated expected result for regression test. --- diff --git a/src/interfaces/ecpg/test/expected/thread-prep.c b/src/interfaces/ecpg/test/expected/thread-prep.c index 1afea9a349..850ae7571d 100644 --- a/src/interfaces/ecpg/test/expected/thread-prep.c +++ b/src/interfaces/ecpg/test/expected/thread-prep.c @@ -173,6 +173,9 @@ if (sqlca.sqlcode < 0) sqlprint();} ECPGt_NO_INDICATOR, NULL , 0L, 0L, 0L, ECPGt_EOIT, ECPGt_EORT); #line 52 "prep.pgc" +if (sqlca.sqlcode == ECPG_NOT_FOUND) sqlprint(); +#line 52 "prep.pgc" + if (sqlca.sqlcode < 0) sqlprint();} #line 52 "prep.pgc"