Fix unstable tests in partition_merge.sql and partition_split.sql.
Fujii Masao <fujii@postgresql.org>
Fix unstable tests in partition_merge.sql and partition_split.sql. The tests added by commit c086896625 were unstable due to missing schema names when checking pg_tables and pg_indexes. Backpatch to v17. Reported by buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/partition_merge.out | modified | +5 −2 |
| src/test/regress/expected/partition_split.out | modified | +4 −2 |
| src/test/regress/sql/partition_merge.sql | modified | +5 −2 |
| src/test/regress/sql/partition_split.sql | modified | +4 −2 |