mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 18:51:56 -04:00
Updated expected result for regression test.
This commit is contained in:
parent
0a96951017
commit
a50a313c1d
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue