Improve generated_stored test
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 21 Jan 2025 07:13:40 +0000 (08:13 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 21 Jan 2025 07:13:40 +0000 (08:13 +0100)
commit44b61efb7928a10e93408b374fa8df1effc8ef4c
tree09ce4a8a925b71fc6c03dd25e4a600401ca75fe4
parentfb9f955025f7609fd3da0d7e33b77438ddc765de
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
src/test/regress/expected/generated_stored.out
src/test/regress/sql/generated_stored.sql