Re: Using types in an inappropriate way causes crash of backend - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Using types in an inappropriate way causes crash of backend
Date
Msg-id 14216.984676052@sss.pgh.pa.us
Whole thread Raw
In response to Using types in an inappropriate way causes crash of backend  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> create type f (input = int4in, output=int4out, internallength=4);

You forgot to specify PASSEDBYVALUE.

            regards, tom lane

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Using types in an inappropriate way causes crash of backend
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Problem with JDBC Driver / Statement.executeQuery()