Stabilize create_table regression test.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/create_table.out | modified | +0 −11 |
| src/test/regress/sql/create_table.sql | modified | +0 −2 |