Re: Segfault when using function and custom-type - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Segfault when using function and custom-type
Date
Msg-id 3615003.1661869502@sss.pgh.pa.us
Whole thread Raw
In response to Segfault when using function and custom-type  (Robins Tharakan <tharakan@gmail.com>)
List pgsql-bugs
Robins Tharakan <tharakan@gmail.com> writes:
> The following SQL causes a Segfault on multiple branches.

It would help if you declared the storage parameters of the type
(size, passbyvalue, etc) in a way consistent with the expectations
of boolin and boolout.  This is not a bug.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Robins Tharakan
Date:
Subject: Segfault when using function and custom-type
Next
From: PG Bug reporting form
Date:
Subject: BUG #17602: Query backend process killed because it uses up all memory.