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 <pe...@eisentraut.org> Co-authored-by: jian he <jian.universal...@gmail.com> Co-authored-by: Dean Rasheed <dean.a.rash...@gmail.com> Discussion: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b...@eisentraut.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(-)