Re: [BUGS] create type and backend terminate

2001-02-27 Thread Tom Lane
"And. Andruikhanov" <[EMAIL PROTECTED]> writes: > create type unsl4(input=unsl4_in, output=unsl4_out, internallength=4, > externallength=variable); This will not work at all, since you did not specify PASSEDBYVALUE but your functions assume the type is pass-by-value. An explicit ALIGNMENT=int4

[BUGS] create type and backend terminate

2001-02-27 Thread And. Andruikhanov
Good day. System Configuration - Architecture: Intel Pentium Operating System: FreeBSD 3.5-STABLE PostgreSQL version: PostgreSQL-7.0.3 Compiler used: gcc 2.7.2.3 Description of problem -- I have some problem with creating new type in pgsql.