For some reason, CREATE TYPE has only accepted alignment specifications

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fd61fbe8373c975b7aa3ed5399781823bc3d286c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-08-03T20:47:40Z
Releases: 7.2.1
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.

Files

PathChange+/−
doc/src/sgml/ref/create_type.sgml modified +3 −2
src/backend/commands/define.c modified +15 −6
src/bin/pg_dump/pg_dump.c modified +9 −6