Re: pgsql: Use condition variables to wait for checkpoints. - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: Use condition variables to wait for checkpoints.
Date
Msg-id 20190314003342.GD3493@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Use condition variables to wait for checkpoints.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Use condition variables to wait for checkpoints.
List pgsql-committers
On Wed, Mar 13, 2019 at 07:25:37PM -0400, Tom Lane wrote:
> and if you look at the test script, there is no sort of wait for the
> creation of "test1" to propagate to the slave before we try to query
> it on the slave.  We'd have seen this fall over soon enough with or
> without your commit.

Oops, sorry.  I was monitoring the buildfarm yesterday and did not
notice any failures.  The attached should fix the problem.  Does that
look fine?
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Use condition variables to wait for checkpoints.
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust the tests for the hyperbolic functions.