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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: boris(at)i3(dot)informatik(dot)rwth-aachen(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Using types in an inappropriate way causes crash of backend
Date: 2001-03-15 17:07:32
Message-ID: 14216.984676052@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> create type f (input = int4in, output=int4out, internallength=4);

You forgot to specify PASSEDBYVALUE.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Lonnie Cumberland 2001-03-15 17:52:46 odbc and linux bugs?
Previous Message pgsql-bugs 2001-03-15 16:49:49 Using types in an inappropriate way causes crash of backend