mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Add ECPGd_cardinality to end of enum list so ecpg compiles.
This commit is contained in:
@ -67,6 +67,7 @@ extern "C"
|
||||
ECPGd_ret_octet,
|
||||
ECPGd_scale,
|
||||
ECPGd_type,
|
||||
ECPGd_cardinality,
|
||||
ECPGd_EODT /* End of descriptor types. */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user