Re: [HACKERS] timeouts in PostgresNode::psql

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [HACKERS] timeouts in PostgresNode::psql
Дата
Msg-id CAMsr+YEqaNK8D33qSOGdS+UzV_5qh=n+DNNZfxX4NzxASRh1nQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] timeouts in PostgresNode::psql  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 2 March 2017 at 03:19, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
> 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

Thanks.



-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] PATCH: two slab-like memory allocators
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] pg_dump, pg_dumpall and data durability