mirror of https://github.com/postgres/postgres
regession test output, and update pgindent script to avoid them in the future.REL9_0_ALPHA5_BRANCH
parent
98c356c8ad
commit
2cc6ff45f8
@ -1,20 +1,18 @@ |
||||
|
||||
struct mytype |
||||
{ |
||||
int id; |
||||
char t[64]; |
||||
double d1; /* dec_t */ |
||||
double d2; |
||||
char c[30]; |
||||
struct mytype { |
||||
int id; |
||||
char t[64]; |
||||
double d1; /* dec_t */ |
||||
double d2; |
||||
char c[30]; |
||||
}; |
||||
typedef struct mytype MYTYPE; |
||||
|
||||
struct mynulltype |
||||
{ |
||||
int id; |
||||
int t; |
||||
int d1; |
||||
int d2; |
||||
int c; |
||||
struct mynulltype { |
||||
int id; |
||||
int t; |
||||
int d1; |
||||
int d2; |
||||
int c; |
||||
}; |
||||
typedef struct mynulltype MYNULLTYPE; |
||||
|
Loading…
Reference in new issue