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

@ -84,13 +84,13 @@ int main( int argc, char * argv[] )
#line 26 "array_of_struct.pgc"
customer custs1 [ 10 ] ;
customer custs1 [ 10 ] ;
#line 27 "array_of_struct.pgc"
cust_ind inds [ 10 ] ;
cust_ind inds [ 10 ] ;
#line 33 "array_of_struct.pgc"
customer2 custs2 [ 10 ] ;
customer2 custs2 [ 10 ] ;
#line 38 "array_of_struct.pgc"
struct customer3 {
@ -99,7 +99,7 @@ int main( int argc, char * argv[] )
#line 37 "array_of_struct.pgc"
int phone ;
} custs3 [ 10 ] ;
} custs3 [ 10 ] ;
#line 43 "array_of_struct.pgc"
struct customer4 {