summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
AgeCommit message (Expand)Author
2007-04-02Check length of enum literals on definition and input to make sure they will ...Andrew Dunstan
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane