pgsql: Fix dispsize for libpq connection parameters channel_binding and - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix dispsize for libpq connection parameters channel_binding and
Date
Msg-id E1iwgXt-0002BG-6w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix dispsize for libpq connection parameters channel_binding and gssencmode

channel_binding's longest allowed value is not "7", it is actually "8".
gssencmode also got that wrong.

A similar mistake has been fixed as of f4051e3.

Backpatch down to v12, where gssencmode has been introduced.

Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/20200128053633.GD1552@paquier.xyz
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b558f6da61c47b2be270dfbeed210c418601be82

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Add --parallel option to vacuumdb command.
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Add a non-strict version of jsonb_set