Re: Fix tuple deformation with virtual generated NOT NULL columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix tuple deformation with virtual generated NOT NULL columns
Date: 2026-06-19 03:34:27
Message-ID: 1422592.1781840067@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> For the v18 version, I included the tests added by 1f7dfe8c8 in the
> same commit. I did it that way so as not to briefly introduce a test
> that would fail into REL_18_STABLE.

+1, doing it the other way would create a landmine for git-bisect
testing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-06-19 03:59:47 Re: [PATCH] Preserve replication origin OIDs in pg_upgrade
Previous Message David Rowley 2026-06-19 03:30:11 Re: Fix tuple deformation with virtual generated NOT NULL columns