Stabilize create_table regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Sep 2020 18:48:01 +0000 (14:48 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Sep 2020 18:48:01 +0000 (14:48 -0400)
commit042d8017ec7bca244db4a53bc3d72d218495136d
treebe709ad37a991ccbf4b40f6efe57e9b45bcc586c
parent72647ac3bf0f11732483eac2cd9b5cf4972f2e1f
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.
src/test/regress/expected/create_table.out
src/test/regress/sql/create_table.sql