]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix unstable tests in partition_merge.sql and partition_split.sql.
authorFujii Masao <fujii@postgresql.org>
Mon, 15 Jul 2024 05:09:30 +0000 (14:09 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 15 Jul 2024 05:11:49 +0000 (14:11 +0900)
commit6a700da46e6279a0df6a996fd19c5aabdf7a4b56
tree2728bf52640a2992c70bbbfed3def56f1e7f56fb
parent929390e4d860b641f72aece70280e66114bffbd0
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