aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/sql-binary.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2008-11-11 11:41:24 +0000
committerMichael Meskes <meskes@postgresql.org>2008-11-11 11:41:24 +0000
commitc7f5c7c128c4a17aa0fb8b787b20a21b180c8c1d (patch)
treea2cf2be88c468be3271738af0f7243729e823249 /src/interfaces/ecpg/test/expected/sql-binary.c
parent3be2448525e9b66205bfcb0ebfeca54137a0cada (diff)
downloadpostgresql-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-binary.c')
-rw-r--r--src/interfaces/ecpg/test/expected/sql-binary.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-binary.c b/src/interfaces/ecpg/test/expected/sql-binary.c
index a79317ff28a..e990574096a 100644
--- a/src/interfaces/ecpg/test/expected/sql-binary.c
+++ b/src/interfaces/ecpg/test/expected/sql-binary.c
@@ -34,13 +34,13 @@ struct TBempl {
long idnum ;
#line 10 "binary.pgc"
- char name [ 21 ] ;
+ char name [ 21 ] ;
#line 11 "binary.pgc"
short accs ;
#line 12 "binary.pgc"
- char byte [ 20 ] ;
+ char byte [ 20 ] ;
} ;/* exec sql end declare section */
#line 14 "binary.pgc"