1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Replaced manually synced preproc.y by the one created by the new script.

Adapted regression test files accordingly.
This commit is contained in:
Michael Meskes
2008-11-11 11:41:24 +00:00
parent 3be2448525
commit c7f5c7c128
60 changed files with 9347 additions and 5126 deletions

View File

@ -38,19 +38,19 @@ main(void)
#line 14 "execute.pgc"
int amount [ 8 ] ;
int amount [ 8 ] ;
#line 15 "execute.pgc"
int increment = 100 ;
#line 16 "execute.pgc"
char name [ 8 ] [ 8 ] ;
char name [ 8 ] [ 8 ] ;
#line 17 "execute.pgc"
char letter [ 8 ] [ 1 ] ;
char letter [ 8 ] [ 1 ] ;
#line 18 "execute.pgc"
char command [ 128 ] ;
char command [ 128 ] ;
/* exec sql end declare section */
#line 19 "execute.pgc"
@ -70,7 +70,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
if (sqlca.sqlcode < 0) sqlprint();}
#line 25 "execute.pgc"
{ ECPGtrans(__LINE__, NULL, "commit");
{ ECPGtrans(__LINE__, NULL, "commit ");
#line 26 "execute.pgc"
if (sqlca.sqlcode < 0) sqlprint();}
@ -121,7 +121,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
printf("Inserted %ld tuples via prepared execute\n", sqlca.sqlerrd[2]);
{ ECPGtrans(__LINE__, NULL, "commit");
{ ECPGtrans(__LINE__, NULL, "commit ");
#line 45 "execute.pgc"
if (sqlca.sqlcode < 0) sqlprint();}
@ -168,7 +168,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
#line 58 "execute.pgc"
char n [ 8 ] , l = letter [ i ] [ 0 ] ;
char n [ 8 ] , l = letter [ i ] [ 0 ] ;
#line 59 "execute.pgc"
int a = amount [ i ] ;
@ -235,7 +235,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
#line 80 "execute.pgc"
char n [ 8 ] , l = letter [ i ] [ 0 ] ;
char n [ 8 ] , l = letter [ i ] [ 0 ] ;
#line 81 "execute.pgc"
int a = amount [ i ] ;
@ -290,7 +290,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
#line 99 "execute.pgc"
char n [ 8 ] , l = letter [ i ] [ 0 ] ;
char n [ 8 ] , l = letter [ i ] [ 0 ] ;
#line 100 "execute.pgc"
int a = amount [ i ] ;
@ -314,7 +314,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
if (sqlca.sqlcode < 0) sqlprint();}
#line 108 "execute.pgc"
{ ECPGtrans(__LINE__, NULL, "commit");
{ ECPGtrans(__LINE__, NULL, "commit ");
#line 109 "execute.pgc"
if (sqlca.sqlcode < 0) sqlprint();}