aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/enum.c
Commit message (Collapse)AuthorAge
...
* Check length of enum literals on definition and input to make sure they will ↵Andrew Dunstan2007-04-02
| | | | fit in a name field and not cause syscache errors.
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
pg_type.typtype whereever practical. Tom Dunstan, with some kibitzing from Tom Lane.