pgsql: Fix broken wait-for-previous-process-to-exit loop in regression

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix broken wait-for-previous-process-to-exit loop in regression
Дата
Msg-id E1cCwFJ-0005Nb-Qh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix broken wait-for-previous-process-to-exit loop in regression test.

Must do pg_stat_clear_snapshot() inside test's loop, or our snapshot of
pg_stat_activity will never change :-(.  Thinko in b3427dade -- evidently
my workstation never really iterated the loop in testing.  Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/19fcc0058ecc8e5eb756547006bc1b24a93cbb80

Modified Files
--------------
src/test/modules/test_extensions/expected/test_extensions.out | 2 +-
src/test/modules/test_extensions/sql/test_extensions.sql      | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Make pgwin32_putenv() visit debug CRTs.