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

2001-03-15 Thread Tom Lane
[EMAIL PROTECTED] writes: > create type f (input = int4in, output=int4out, internallength=4); You forgot to specify PASSEDBYVALUE. regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[BUGS] Using types in an inappropriate way causes crash of backend

2001-03-15 Thread pgsql-bugs
Boris Boehlen ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Using types in an inappropriate way causes crash of backend Long Description I tried to create a type to achieve the same as the "CREATE DOMAIN" command of SQL2. Aft