]> granicus.if.org Git - postgresql/commit
Reorder identity regression test
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Mar 2019 23:16:45 +0000 (00:16 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 14 Mar 2019 23:21:30 +0000 (00:21 +0100)
commit2fadf24e249bd72fc517663a91a233437460671c
treebcbe57fc6950b76ae6cba4fcdda2968a27227a96
parentde570047993bd5fd65ad2bdf6b0acf5b8939bcb3
Reorder identity regression test

The previous test order had the effect that if something was wrong
with the identity functionality, the create_table_like test would
likely fail or crash first, which is confusing.  Reorder so that the
identity test comes before create_table_like.
src/test/regress/expected/identity.out
src/test/regress/expected/sanity_check.out
src/test/regress/parallel_schedule
src/test/regress/serial_schedule
src/test/regress/sql/identity.sql