pgsql: Stabilize create_table regression test. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Stabilize create_table regression test.
Date
Msg-id E1kMyC1-0004vN-GE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Stabilize create_table regression test.

Adding \d+ to the test in commit 2dfa3fea8 was ill-advised,
because the partitions' names are such that their sort order
is locale dependent.  We could rename them to avoid that,
but it doesn't seem worth the trouble; just take \d+ out again.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/042d8017ec7bca244db4a53bc3d72d218495136d

Modified Files
--------------
src/test/regress/expected/create_table.out | 11 -----------
src/test/regress/sql/create_table.sql      |  2 --
2 files changed, 13 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Assign collations in partition bound expressions.
Next
From: Michael Paquier
Date:
Subject: pgsql: Revert "Change SHA2 implementation based on OpenSSL to use EVP d