Re: pgsql: Fix calculation of which GENERATED columns need to be updated.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix calculation of which GENERATED columns need to be updated.
Date: 2023-01-07 15:08:17
Message-ID: 3446329.1673104097@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> On Fri, 6 Jan 2023 at 08:12, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-01-07 21:47:56 Re: pgsql: Delay commit status checks until freezing executes.
Previous Message Tomas Vondra 2023-01-07 13:44:02 pgsql: Check relkind before using TABLESAMPLE in postgres_fdw