1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +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

@ -42,7 +42,7 @@ typedef char* c;
typedef union { int integer; short smallint; } ind;
#define BUFFERSIZ 8
/* exec sql type str is [ BUFFERSIZ ] */
/* exec sql type str is [ BUFFERSIZ ] */
#line 15 "variable.pgc"
@ -175,7 +175,7 @@ if (sqlca.sqlcode < 0) exit (1);}
strcpy(msg, "commit");
{ ECPGtrans(__LINE__, NULL, "commit");
{ ECPGtrans(__LINE__, NULL, "commit ");
#line 59 "variable.pgc"
if (sqlca.sqlcode < 0) exit (1);}
@ -250,7 +250,7 @@ if (sqlca.sqlcode < 0) exit (1);}
strcpy(msg, "commit");
{ ECPGtrans(__LINE__, NULL, "commit");
{ ECPGtrans(__LINE__, NULL, "commit ");
#line 94 "variable.pgc"
if (sqlca.sqlcode < 0) exit (1);}