Re: [HACKERS] timeouts in PostgresNode::psql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] timeouts in PostgresNode::psql
Дата
Msg-id f6d151c9-f081-5ecb-10b1-e92f3d1b1a08@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] timeouts in PostgresNode::psql  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: [HACKERS] timeouts in PostgresNode::psql  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-hackers
On 2/26/17 21:28, Craig Ringer wrote:
> Amended patch attached after a few Perl-related comments I got on
> private mail. Instead of
> 
> $exc_save !~ /^$timeout_exception.*/
> 
> I've updated to:
> 
> $exc_save !~ /^\Q$timeout_exception\E/
> 
> i.e. don't do an unnecessary wildcard match at the end, and disable
> metachar interpretation in the substituted range.
> 
> Still needs applying to pg9.6 and pg10.

committed to master and 9.6

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



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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] Logical replication existing data copy
Следующее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] ANALYZE command progress checker