Re: BUG #17515: Change in behaviour of a composite type within a domain
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: dan.kubb@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2022-06-10T13:51:27Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes: > I noticed a regression in 13.7 and 14.3 in the behaviour of composite types > within a domain. Here is a simplified reproduction: Argh, looks like I broke this in ec62cb0aa. Will fix, thanks for the report! regards, tom lane
Commits
-
Un-break whole-row Vars referencing domain-over-composite types.
- d3ef5c3ef454 12.12 landed
- 77c1d92cbac1 14.4 landed
- 254cd7f31f60 13.8 landed
- 199aac8b2f74 11.17 landed
- 1218780cceba 15.0 landed