pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq
Дата
Msg-id E1sTE1B-001iT1-E8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6a700da46e6279a0df6a996fd19c5aabdf7a4b56

Modified Files
--------------
src/test/regress/expected/partition_merge.out | 7 +++++--
src/test/regress/expected/partition_split.out | 6 ++++--
src/test/regress/sql/partition_merge.sql      | 7 +++++--
src/test/regress/sql/partition_split.sql      | 6 ++++--
4 files changed, 18 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix unstable tests in partition_merge.sql and partition_split.sq
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use atomics to avoid locking in InjectionPointRun()