diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-21 15:24:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-21 15:24:07 +0000 |
commit | f00caec5412b9f5f22c040a34ae4729f4db592aa (patch) | |
tree | 4ca3d0d49530d1ca1f4b23eddcad652896a366fe | |
parent | 9bee8a1fd97b9605671844f70d63c4f708c4dca9 (diff) | |
download | postgresql-f00caec5412b9f5f22c040a34ae4729f4db592aa.tar.gz postgresql-f00caec5412b9f5f22c040a34ae4729f4db592aa.zip |
Add ECPGd_cardinality to end of enum list so ecpg compiles.
-rw-r--r-- | src/interfaces/ecpg/include/ecpgtype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpgtype.h b/src/interfaces/ecpg/include/ecpgtype.h index b061d7d6c20..aec2baf52eb 100644 --- a/src/interfaces/ecpg/include/ecpgtype.h +++ b/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. */ }; |