pgsql: Improve generated_stored test

2025-01-20 Thread Peter Eisentraut
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 w

pgsql: Improve generated_stored test

2025-01-20 Thread Peter Eisentraut
Improve generated_stored test It makes more sense to put the catalog sanity check at the end of the test rather than at the beginning, so that it can also check whatever the tests did rather than just whatever happened before the tests. Suggested-by: jian he Discussion: https://www.postgresql.