relnotes: PG 12, mention change in libpq parameter parsing

Reported-by: emorley@heroku.com

Diagnosed-by: Michael Paquier

Discussion: https://postgr.es/m/157123155668.25311.9369950798665566339@wrigleys.postgresql.org

Author: Michael Paquier

Reviewed-by: me

Backpatch-through: 12 only
This commit is contained in:
Bruce Momjian 2019-10-30 13:43:16 -04:00
parent d4b5206b22
commit 9de37ea651
1 changed files with 22 additions and 0 deletions

View File

@ -654,6 +654,28 @@ Author: Peter Eisentraut <peter_e@gmx.net>
</para>
</listitem>
<listitem>
<!--
Author: Michael Paquier <michael@paquier.xyz>
2018-09-12 [e7a221797] Parse more strictly integer parameters from connection s
-->
<para>
Parse libpq integer connection parameters more strictly (Fabien
Coelho)
</para>
<para>
In previous releases, using an incorrect integer value for
connection parameters <literal>connect_timeout</literal>,
<literal>keepalives</literal>, <literal>keepalives_count</literal>,
<literal>keepalives_idle</literal>,
<literal>keepalives_interval</literal> and <literal>port</literal>
resulted in libpq either ignoring those values or failing with
incorrect error messages.
</para>
</listitem>
</itemizedlist>
</sect2>