Re: pgsql: Fix calculation of which GENERATED columns need to be updated. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix calculation of which GENERATED columns need to be updated.
Date
Msg-id 3446329.1673104097@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix calculation of which GENERATED columns need to be updated.  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-committers
David Rowley <dgrowleyml@gmail.com> writes:
> On Fri, 6 Jan 2023 at 08:12, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Fix calculation of which GENERATED columns need to be updated.

>> src/backend/nodes/outfuncs.c             |   1 -
>> src/backend/nodes/readfuncs.c            |   1 -

> Is this missing a cat version bump?

... Ugh, you're right, I should have done one in HEAD.

Probably too late to be useful now.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Check relkind before using TABLESAMPLE in postgres_fdw
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Improve GIN cost estimation