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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Transaction traceability - txid_status(bigint)
Дата
Msg-id a93192dd-3827-5e4d-c506-34579bcec32a@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [PATCH] Transaction traceability - txid_status(bigint)  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: [PATCH] Transaction traceability - txid_status(bigint)  (David Steele <david@pgmasters.net>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: Faster Expression Processing v4
Следующее
От: Mithun Cy
Дата:
Сообщение: Re: [POC] A better way to expand hash indexes.