Re: bug in stored generated column over domain with constraints. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in stored generated column over domain with constraints.
Date
Msg-id 1697097.1744733629@sss.pgh.pa.us
Whole thread Raw
In response to Re: bug in stored generated column over domain with constraints.  (jian he <jian.universality@gmail.com>)
List pgsql-hackers
jian he <jian.universality@gmail.com> writes:
> Thanks for simplifying the tests, overall all looks good.

OK, pushed and back-patched, but only to v14.  I tried to make
a variant that'd work in v13, but it caused ExecCheckPlanOutput
to throw "Query provides a value for a generated column" errors
for UPDATEs.  That's surely related to the major refactoring of
UPDATE targetlists that we did in v14.  Given that we've had
zero field complaints about this problem so far, I think the
risk of breaking something in v13 exceeds the value of fixing
the bug, so I left v13 alone.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Dimitrios Apostolou
Date:
Subject: Re: Fundamental scheduling bug in parallel restore of partitioned tables
Next
From: Nico Williams
Date:
Subject: Re: Wrong security context for deferred triggers?