Re: BUG #18393: Bad multiple "inplace" insert into domain of complex type

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pashaharkov@yandex.ru
Cc: pgsql-bugs@lists.postgresql.org
Date: 2024-03-14T15:12:12Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Hi, i have found strange thing when was using domain of complex type.

Yeah, that looks pretty broken.  It works correctly if you just
use the composite type directly, but not with the domain.
I'll go look for the cause in a bit.  Thanks for the report!

			regards, tom lane



Commits

  1. Make INSERT-from-multiple-VALUES-rows handle domain target columns.