Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column - Mailing list pgsql-hackers

From jian he
Subject Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Date
Msg-id CACJufxH1vFMHg9cT3rS0K6N2nODKSFmgvOtCpHxg7ZdtoQHDQw@mail.gmail.com
Whole thread
In response to pgsql: Use direct hash lookup in logicalrep_partmap_invalidate_cb()  (Michael Paquier <michael@paquier.xyz>)
Responses Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
List pgsql-hackers
On Tue, May 26, 2026 at 6:23 AM Paul A Jungwirth
<pj@illuminatedcomputing.com> wrote:
>
> Here is a patch adding the application-time column to updatedCols,
> along with the tests we've written for GENERATED columns and UPDATE OF
> triggers.
>

V13 looks good to me.

one minor issue:
V13 uses the wording "generated stored column(s)", but all other
places use "stored generated column(s)".



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: A few message wording/formatting cleanup patches
Next
From: Amit Kapila
Date:
Subject: Re: Adding REPACK [concurrently]