1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Applied test suite update by Joachim Wieland <joe@mcknight.de>.

This commit is contained in:
Michael Meskes
2006-08-03 13:11:04 +00:00
parent 961ec0ce9c
commit 27458bb4fa
27 changed files with 558 additions and 360 deletions

View File

@ -190,21 +190,21 @@ int main(void)
#line 74 "init.pgc"
ECPGdebug(1, stderr);
int f=fa();
#ifdef _cplusplus
/* exec sql begin declare section */
/* compile error */
#line 82 "init.pgc"
#line 80 "init.pgc"
int k = N : : i ;
/* exec sql end declare section */
#line 83 "init.pgc"
#line 81 "init.pgc"
#endif
ECPGdebug(1, stderr);
/* exec sql whenever sqlerror do fa ( ) ; */
#line 86 "init.pgc"