Align tests for stored and virtual generated columns
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-08T02:51:42Z
Lists: pgsql-hackers
Attachments
Hi, I noticed that the tests for virtual and stored generated columns contain the following comment; -- keep these tests aligned with generated_stored.sql (or generated_virtual.sql) However, it seems that some additional tests for virtual generated columns disrupted that alignment, as they were not added to generated_stored.sql. I've attached a patch to restore the alignment. In addition, I moved the test confirming that user-defined types are not allowed in virtual generated columns to the generated_virtual.sql-specific section, since this test is not necessary for stored generated columns. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
Commits
-
Align tests for stored and virtual generated columns
- 9a9998163bda 19 (unreleased) landed