mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-19 20:00:51 +08:00
- Synced preproc.y with gram.y
- Fixed one bug in structure handling resulting in using sizeof indicator instead of variable.
This commit is contained in:
parent
3cf2d9cc23
commit
70fb71f487
@ -1231,6 +1231,12 @@ Thu Mar 21 08:25:08 CET 2002
|
||||
- Applied patch by Nicolas Bazin <nbazin@ingenico.com.au> for improved
|
||||
typedef handling.
|
||||
- Added option '-c' to automatically create C typedef from SQL one.
|
||||
|
||||
Sun Apr 14 10:53:14 CEST 2002
|
||||
|
||||
- Fixed one bug in structure handling resulting in using sizeof
|
||||
indicator instead of variable.
|
||||
- Synced preproc.y with gram.y.
|
||||
- Set ecpg version to 2.10.0.
|
||||
- Set library version to 3.4.0.
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -90,6 +90,7 @@ struct this_type
|
||||
char *type_str;
|
||||
int type_dimension;
|
||||
int type_index;
|
||||
int type_sizeof;
|
||||
};
|
||||
|
||||
struct _include_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user