From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Additional tests for stored generated columns |
Date: | 2025-01-22 06:48:14 |
Message-ID: | E1taUX8-002roV-Jo@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Additional tests for stored generated columns
Some additional tests have been created during the development of
virtual generated columns (not included here). This commit adds
equivalent tests to the existing test set for stored generated
columns. This includes expanded tests related to MERGE, subqueries,
whole-row references, permissions, domains, partitioning, and
triggers.
Author: Peter Eisentraut <peter(at)eisentraut(dot)org>
Co-authored-by: jian he <jian(dot)universality(at)gmail(dot)com>
Co-authored-by: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6(at)eisentraut(dot)org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/41084409f635453efce03f1114880189b4f6ce4c
Modified Files
--------------
src/test/regress/expected/generated_stored.out | 140 +++++++++++++++++++++++--
src/test/regress/sql/generated_stored.sql | 59 +++++++++--
2 files changed, 179 insertions(+), 20 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2025-01-22 10:11:30 | pgsql: Fix \dRp+ output when describing publications with a lower serve |
Previous Message | Michael Paquier | 2025-01-22 05:48:04 | pgsql: Improve grammar of options for command arrays in TAP tests |