]> granicus.if.org Git - postgresql/commit
For some reason, CREATE TYPE has only accepted alignment specifications
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Aug 2001 20:47:40 +0000 (20:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Aug 2001 20:47:40 +0000 (20:47 +0000)
commitfd61fbe8373c975b7aa3ed5399781823bc3d286c
tree878ffeb33ce26ddfc51e94e11f01efe31ed83c55
parent8f0ee46dcb9dcf522cfa6475479ac8d67a9078fc
For some reason, CREATE TYPE has only accepted alignment specifications
of 'int4' and 'double'.  Add 'char' and 'int2' to allow user-defined types
to access the full set of supported alignments.
doc/src/sgml/ref/create_type.sgml
src/backend/commands/define.c
src/bin/pg_dump/pg_dump.c