Re: Increasing timeout of poll_query_until for TAP tests

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Increasing timeout of poll_query_until for TAP tests
Date: 2016-07-25 13:05:28
Message-ID: CAB7nPqSBrtdBsuv3UfBt3tEdvZAb=n9Hjy+Ce2nfOxkbeozK1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 25, 2016 at 2:52 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> Ah, yes, and that's a stupid mistake. We had better use
> replay_location instead of write_location. There is a risk that
> records have not been replayed yet even if they have been written on
> the standby, so it is possible that the query looking at tab_int may
> not see this relation.

Or in short, the attached fixes 2) and will help providing input for 1)..
--
Michael

Attachment Content-Type Size
tap-fixes.patch application/x-patch 6.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Gierth 2016-07-25 13:38:14 No longer possible to query catalogs for index capabilities?
Previous Message Peter Eisentraut 2016-07-25 12:59:57 Re: sslmode=require fallback