Add ECPGd_cardinality to end of enum list so ecpg compiles.
authorBruce Momjian
Tue, 21 Aug 2001 15:24:07 +0000 (15:24 +0000)
committerBruce Momjian
Tue, 21 Aug 2001 15:24:07 +0000 (15:24 +0000)
src/interfaces/ecpg/include/ecpgtype.h

index b061d7d6c20bbfe6dee4fe6f2cb081c7d82b963d..aec2baf52eb7c6888a385b62f54fc4587b35cc4f 100644 (file)
@@ -67,6 +67,7 @@ extern        "C"
        ECPGd_ret_octet,
        ECPGd_scale,
        ECPGd_type,
+       ECPGd_cardinality,
        ECPGd_EODT              /* End of descriptor types. */
    };