projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bee8a1
)
Add ECPGd_cardinality to end of enum list so ecpg compiles.
author
Bruce Momjian
Tue, 21 Aug 2001 15:24:07 +0000
(15:24 +0000)
committer
Bruce Momjian
Tue, 21 Aug 2001 15:24:07 +0000
(15:24 +0000)
src/interfaces/ecpg/include/ecpgtype.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/include/ecpgtype.h
b/src/interfaces/ecpg/include/ecpgtype.h
index b061d7d6c20bbfe6dee4fe6f2cb081c7d82b963d..aec2baf52eb7c6888a385b62f54fc4587b35cc4f 100644
(file)
--- 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. */
};