Re: [HACKERS] PostgresNode::poll_query_until hacking

2017-07-02 Thread Tom Lane
Michael Paquier writes: > If you would like to get some feedback from me, waiting until Monday > morning my time (Sunday evening yours) before pushing patches would be > better. If you have ideas for improvement, it's always possible to amend the code later. I've been pushing this stuff to see w

Re: [HACKERS] PostgresNode::poll_query_until hacking

2017-07-02 Thread Michael Paquier
On Sun, Jul 2, 2017 at 4:53 AM, Tom Lane wrote: > The attached proposed patch changes the TAP test infrastructure's > poll_query_until function in two ways: > > 1. An optional argument is added to allow specifying the query result > value we're waiting for, overriding the normal "t". This allows