Change CREATE TYPE to require datatype output and send functions to have

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

Commit: 6c412f0605afeb809014553ff7ad28cf9ed5526b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-01T18:56:19Z
Releases: 8.1.0
Change CREATE TYPE to require datatype output and send functions to have
only one argument.  (Per recent discussion, the option to accept multiple
arguments is pretty useless for user-defined types, and would be a likely
source of security holes if it was used.)  Simplify call sites of
output/send functions to not bother passing more than one argument.

Files