pgsql: Improve generated_stored test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve generated_stored test
Date
Msg-id E1tZsn6-002Yx0-3v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <jian.universality@gmail.com>

Discussion: https://www.postgresql.org/message-id/flat/a368248e-69e4-40be-9c07-6c3b5880b0a6@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86749ea3b7660b09cfb951a253c24d2975f189f6

Modified Files
--------------
src/test/regress/expected/generated_stored.out | 12 ++++++------
src/test/regress/sql/generated_stored.sql      |  8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add some more use of Page/PageData rather than char *
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid using timezone Asia/Manila in regression tests.