Add ECPGd_cardinality to end of enum list so ecpg compiles.

REL7_2_STABLE
Bruce Momjian 25 years ago
parent 9bee8a1fd9
commit f00caec541
  1. 1
      src/interfaces/ecpg/include/ecpgtype.h

@ -67,6 +67,7 @@ extern "C"
ECPGd_ret_octet,
ECPGd_scale,
ECPGd_type,
ECPGd_cardinality,
ECPGd_EODT /* End of descriptor types. */
};

Loading…
Cancel
Save