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
-
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
- b4a71cf65d70 17.0 landed
- 82c87af7a0ac 12.19 landed
- 7c61d23422af 15.7 landed
- 52898c63e724 16.3 landed
- 3621ffd9f21b 14.12 landed
- 0200398dd39e 13.15 landed