mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Add ECPGd_cardinality to end of enum list so ecpg compiles.
This commit is contained in:
parent
9bee8a1fd9
commit
f00caec541
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ extern "C"
|
|||
ECPGd_ret_octet,
|
||||
ECPGd_scale,
|
||||
ECPGd_type,
|
||||
ECPGd_cardinality,
|
||||
ECPGd_EODT /* End of descriptor types. */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue