pgsql: Improve generated_stored test

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve generated_stored test
Date: 2025-01-21 07:21:32
Message-ID: E1ta8Zn-002h39-Tg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve generated_stored test

The test table names gtest11s and gtest12s were way originally chosen
to signify "stored", when the idea was to have virtual columns in the
same test file. This is no longer the idea, so this naming is
irrelevant. (The upcoming feature of virtual generated columns will
have a test file that is initially a copy of generated_stored.sql, and
this random difference will be even more annoying then.) Clean this
up by dropping the suffix.

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/44b61efb7928a10e93408b374fa8df1effc8ef4c

Modified Files
--------------
src/test/regress/expected/generated_stored.out | 24 ++++++++++++------------
src/test/regress/sql/generated_stored.sql | 20 ++++++++++----------
2 files changed, 22 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-01-21 11:28:25 pgsql: Improve whitespace in without_overlaps test
Previous Message Amit Langote 2025-01-21 03:53:56 pgsql: Refactor ExecScan() to allow inlining of its core logic