1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +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

@@ -28,7 +28,7 @@ int main(int argc, char* argv[]) {
#line 9 "quote.pgc"
char var [ 25 ] ;
char var [ 25 ] ;
#line 10 "quote.pgc"
int i ;
@@ -126,7 +126,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
#line 35 "quote.pgc"
{ ECPGtrans(__LINE__, NULL, "begin transaction ");
{ ECPGtrans(__LINE__, NULL, "begin ");
#line 37 "quote.pgc"
if (sqlca.sqlwarn[0] == 'W') sqlprint();
@@ -174,7 +174,7 @@ if (sqlca.sqlcode < 0) sqlprint();}
printf("value: %d %s\n", i, var);
}
{ ECPGtrans(__LINE__, NULL, "rollback");
{ ECPGtrans(__LINE__, NULL, "rollback ");
#line 50 "quote.pgc"
if (sqlca.sqlwarn[0] == 'W') sqlprint();