Re: Fix tuple deformation with virtual generated NOT NULL columns
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Chao Li <li.evan.chao@gmail.com>, Peter Eisentraut <peter@eisentraut.org>,
Andres Freund <andres@anarazel.de>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-19T03:34:27Z
Lists: pgsql-hackers
David Rowley <dgrowleyml@gmail.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
Commits
-
Update JIT tuple deforming code for virtual generated columns
- e9692de1d6f6 18 (unreleased) landed
- dc5116780846 19 (unreleased) landed
-
Add tuple deformation test for virtual generated columns
- 1f7dfe8c8ef7 19 (unreleased) landed
-
Fix tuple deforming with virtual generated columns
- 89eafad297a9 19 (unreleased) landed