[COMMITTERS] pgsql: Fix race condition in test_decoding "slot" test. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix race condition in test_decoding "slot" test.
Date
Msg-id E1cGWKp-0000M0-To@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix race condition in test_decoding "slot" test.

This test, just added in commit a924c327e, sometimes fails because
the old backend hasn't finished dropping the temporary replication slot
when the new backend looks.  Borrow the previously-invented methodology
for waiting for the old process to disappear from pg_stat_activity.

Petr Jelinek

Discussion: https://postgr.es/m/62935e6f-4f1b-c433-e0fa-7f936a38b3e5@2ndquadrant.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/23f722ba8e19ca1a7c2ada9d6e687989b6e8f4d1

Modified Files
--------------
contrib/test_decoding/expected/slot.out | 19 ++++++++++++++-----
contrib/test_decoding/sql/slot.sql      | 16 ++++++++++++----
2 files changed, 26 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: doc: Fix purported type of pg_am.amhandler to match reality.
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add support for temporary replication slots