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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user