Re: Using types in an inappropriate way causes crash of backend

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: boris@i3.informatik.rwth-aachen.de, pgsql-bugs@postgresql.org
Date: 2001-03-15T17:07:32Z
Lists: pgsql-bugs
pgsql-bugs@postgresql.org writes:
> create type f (input = int4in, output=int4out, internallength=4);

You forgot to specify PASSEDBYVALUE.

			regards, tom lane