Re: BUG #17057: Unexpected error: ERROR: unsupported target type: 0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: zpetukhov(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17057: Unexpected error: ERROR: unsupported target type: 0
Date: 2021-06-10 22:19:51
Message-ID: 1806869.1623363591@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I faced with an odd error while developing a stored procedure with
> transaction control inside.

Hi, this works fine for me on all branches back to v11.
I get

NOTICE: ! 7
NOTICE: ! 7
NOTICE: ! 77

which looks like the correct behavior. I suspect you're hitting
the bug fixed in commit 0ea25ed10, so you need to update to 13.2
or later.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Dunstan 2021-06-10 22:55:05 Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default
Previous Message Tom Lane 2021-06-10 22:10:29 Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default