Check length of enum literals on definition and input to make sure they will fit...
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 2 Apr 2007 22:14:17 +0000 (22:14 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 2 Apr 2007 22:14:17 +0000 (22:14 +0000)
commit325feaef7f46e609973360b4102c1acfc4924d72
tree909f79a312e324b14e720eafc31906b82b59c882
parentffb27446ccd76e1b5fb8ec7d0aaa0dffe36d7902
Check length of enum literals on definition and input to make sure they will fit in a name field and not cause syscache errors.
src/backend/catalog/pg_enum.c
src/backend/utils/adt/enum.c