Re: [PATCH] Transaction traceability - txid_status(bigint)
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Craig Ringer <craig@2ndquadrant.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Robert Haas <robertmhaas@gmail.com>, Petr Jelinek <petr@2ndquadrant.com>, Simon Riggs <simon@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Andres Freund <andres@anarazel.de>, Jim Nasby <Jim.Nasby@bluetreble.com>, Álvaro Herrera <alvaro.herrera@2ndquadrant.com>
Date: 2017-03-31T14:31:20Z
Lists: pgsql-hackers
On 3/25/17 12:12 AM, Peter Eisentraut wrote: >> 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. It's not clear to me what remains to be done on this patch. I feel, at the least, that patches 3 and 4 need to be rebased and the status set back to "Needs Review". This thread has been idle for six days. Please respond with a new patch by 2017-04-04 00:00 AoE (UTC-12) or this submission will be marked "Returned with Feedback". -- -David david@pgmasters.net
Commits
-
Add a txid_status function.
- 857ee8e391ff 10.0 landed
-
Track the oldest XID that can be safely looked up in CLOG.
- ea42cc18c353 10.0 landed