pgsql: Improve generated_stored test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve generated_stored test
Date
Msg-id E1ta8Zn-002h39-Tg@gemulon.postgresql.org
Whole thread Raw
List 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@eisentraut.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(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Refactor ExecScan() to allow inlining of its core logic
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Improve whitespace in without_overlaps test