summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
Commit message (Expand)AuthorAgeFilesLines
* Check length of enum literals on definition and input to make sure they will ...Andrew Dunstan2007-04-021-1/+10
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-0/+409