Re: Postgres 11 release notes - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Postgres 11 release notes
Date
Msg-id 20180516.061152.1712513897630896053.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: Postgres 11 release notes  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Postgres 11 release notes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
>> This commit gives user-visible changes to the statment timeout
>> behavior. So I think this should be added to the release notes.
> 
> OK, makes sense. Here is what I added:
> 
>     2017-09-18 [f8e5f156b] Rearm statement_timeout after each executed query.
> 
>         In the <link linkend="protocol-query-concepts">Extended Query
>         Protocol</link>, have <varname>statement_timeout</varname> apply
>         to each <literal>Execute</literal> message, not to all commands
>         before <literal>Sync</literal> (Tatsuo Ishii)

Can you please add Andres Freund to the author? He made extensive
changes to the original patch to improve it.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


pgsql-hackers by date:

Previous
From: Manuel Kniep
Date:
Subject: parallel foreign scan
Next
From: Robert Haas
Date:
Subject: Re: Flexible permissions for REFRESH MATERIALIZED VIEW