mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
- Added more compatibility functions.
- Accept CPP defines for type definitions. - Do not parse system include files automatically for Informix mode
This commit is contained in:
@ -9,7 +9,8 @@ typedef char* c;
|
||||
exec sql type ind is union { int integer; short smallint; };
|
||||
typedef union { int integer; short smallint; } ind;
|
||||
|
||||
exec sql type str is varchar[8];
|
||||
#define BUFSIZ 8
|
||||
exec sql type str is varchar[BUFSIZ];
|
||||
|
||||
int
|
||||
main ()
|
||||
|
Reference in New Issue
Block a user