Re: [COMMITTERS] pgsql: Add support for temporary replication slots - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Add support for temporary replication slots
Date
Msg-id 22907.1481571177@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add support for temporary replication slots  (Petr Jelinek <petr.jelinek@2ndquadrant.com>)
Responses Re: [COMMITTERS] pgsql: Add support for temporary replication slots  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Petr Jelinek <petr.jelinek@2ndquadrant.com> writes:
> Yes you are correct, we tried naively to first drop another slot in
> hopes that it will give the other backend enough time to close, but
> apparently that wasn't robust enough for slower machines.

> Attached is the fixed test using the loop from test_extensions (and yes
> I would have missed the pg_stat_clear_snapshot() call without the hint,
> thanks :) ).

Pushed, thanks.

            regards, tom lane


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix race condition in test_decoding "slot" test.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Catversion bump for temporary replication slots.