Fix unstable tests in partition_merge.sql and partition_split.sql.
commit4e5d6c40914e2b890c4780d33de8ad07b1d79689
authorFujii Masao <fujii@postgresql.org>
Mon, 15 Jul 2024 05:09:30 +0000 (15 14:09 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 15 Jul 2024 05:11:13 +0000 (15 14:11 +0900)
tree255dd6fece6145a140bfad4352fd04408e9c2d83
parentc0868966253218d83caeeac4bfd92ca6f4994537
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.
src/test/regress/expected/partition_merge.out
src/test/regress/expected/partition_split.out
src/test/regress/sql/partition_merge.sql
src/test/regress/sql/partition_split.sql