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(-)
