1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

- Added additional test case.

- Fixed bug that reversed string length in typedefs.
- Added portability file to pgtypeslib.
This commit is contained in:
Michael Meskes
2004-05-07 13:42:49 +00:00
parent a90b2a035f
commit 2b55612645
7 changed files with 91 additions and 14 deletions

View File

@ -79,7 +79,7 @@ extern void add_variable_to_head(struct arguments **, struct variable *, struct
extern void add_variable_to_tail(struct arguments **, struct variable *, struct variable *);
extern void dump_variables(struct arguments *, int);
extern struct typedefs *get_typedef(char *);
extern void adjust_array(enum ECPGttype, char **, char **, char *, char *, int);
extern void adjust_array(enum ECPGttype, char **, char **, char *, char *, int, bool);
extern void reset_variables(void);
extern void check_indicator(struct ECPGtype *);
extern void remove_variables(int);