mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix include file so library is binary compatible again.
This commit is contained in:
parent
bbea129681
commit
6d5be886bc
@ -1120,5 +1120,10 @@ Fri Okt 5 08:37:01 CEST 2001
|
||||
Fri Okt 5 19:33:46 CEST 2001
|
||||
|
||||
- Make sure every call to ECPGraise is logged.
|
||||
|
||||
Mon Okt 8 10:10:23 CEST 2001
|
||||
|
||||
- Fix include file so library is binary compatible again.
|
||||
|
||||
- Set ecpg version to 2.9.0.
|
||||
- Set library version to 3.3.0.
|
||||
|
@ -68,8 +68,8 @@ extern "C"
|
||||
ECPGd_ret_octet,
|
||||
ECPGd_scale,
|
||||
ECPGd_type,
|
||||
ECPGd_cardinality,
|
||||
ECPGd_EODT /* End of descriptor types. */
|
||||
ECPGd_EODT, /* End of descriptor types. */
|
||||
ECPGd_cardinality
|
||||
};
|
||||
|
||||
#define IS_SIMPLE_TYPE(type) (((type) >= ECPGt_char && (type) <= ECPGt_varchar2) || ((type)>=ECPGt_long_long && (type) <= ECPGt_unsigned_long_long))
|
||||
|
Loading…
Reference in New Issue
Block a user