diff options
author | Michael Meskes <meskes@postgresql.org> | 2008-11-11 11:41:24 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2008-11-11 11:41:24 +0000 |
commit | c7f5c7c128c4a17aa0fb8b787b20a21b180c8c1d (patch) | |
tree | a2cf2be88c468be3271738af0f7243729e823249 /src/interfaces/ecpg/test/expected/sql-fetch.c | |
parent | 3be2448525e9b66205bfcb0ebfeca54137a0cada (diff) | |
download | postgresql-c7f5c7c128c4a17aa0fb8b787b20a21b180c8c1d.tar.gz postgresql-c7f5c7c128c4a17aa0fb8b787b20a21b180c8c1d.zip |
Replaced manually synced preproc.y by the one created by the new script.
Adapted regression test files accordingly.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-fetch.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-fetch.c b/src/interfaces/ecpg/test/expected/sql-fetch.c index d8b2880fb18..d42db2d343d 100644 --- a/src/interfaces/ecpg/test/expected/sql-fetch.c +++ b/src/interfaces/ecpg/test/expected/sql-fetch.c @@ -28,7 +28,7 @@ int main(int argc, char* argv[]) { #line 9 "fetch.pgc" - char str [ 25 ] ; + char str [ 25 ] ; #line 10 "fetch.pgc" int i , count = 1 ; |