Re: Segfault when using function and custom-type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robins Tharakan <tharakan(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Segfault when using function and custom-type
Date: 2022-08-30 14:25:02
Message-ID: 3615003.1661869502@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Robins Tharakan <tharakan(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2022-08-30 16:11:40 BUG #17602: Query backend process killed because it uses up all memory.
Previous Message Robins Tharakan 2022-08-30 13:51:47 Segfault when using function and custom-type