summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
Commit message (Expand)AuthorAgeFilesLines
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-106/+48
* 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