Re: [PATCH] Transaction traceability - txid_status(bigint)

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, Álvaro Herrera <alvaro(dot)herrera(at)2ndquadrant(dot)com>
Subject: Re: [PATCH] Transaction traceability - txid_status(bigint)
Date: 2017-03-25 04:12:48
Message-ID: a93192dd-3827-5e4d-c506-34579bcec32a@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I'm wondering if this is a perl version/platform issue around
>
> $tx->pump until $stdout =~ /[[:digit:]]+[\r\n]$/;
>
> where we're not recognising the required output from psql when we get it.
>
> What's in src/test/recovery/tmp_check/log/regress_log_011* ?
>
> I couldn't use PostgresNode::psql or PostgresNode::safe_psql here
> because the session must stay open.

The problem was that psql needs to be called with -X. Fix committed.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-25 04:30:45 pgsql: Remove ICU tests from default run
Previous Message Peter Eisentraut 2017-03-25 03:46:15 pgsql: Add COMMENT and SECURITY LABEL support for publications and subs