Provide for binary input/output of enums, to fix complaint from Merlin Moncure.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 4 Sep 2007 16:41:43 +0000 (16:41 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 4 Sep 2007 16:41:43 +0000 (16:41 +0000)
commit2e74c53ec1103f92c5704d87a4af2ab573402212
tree256070ba790b7ee77313f4aa5cf45ee74dccdfe4
parenta6b5765c7eefab54c5d0321e69a342e86d9c1a0f
Provide for binary input/output of enums, to fix complaint from Merlin Moncure.
This just provides text values, we're not exposing the underlying Oid representation.
Catalog version bumped.
src/backend/commands/typecmds.c
src/backend/utils/adt/enum.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/builtins.h