Обсуждение: pgsql: Fix broken wait-for-previous-process-to-exit loop in regression

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)