[COMMITTERS] pgsql: Give nicer error message when connecting to a v10 serverrequiri - Mailing list pgsql-committers

From Heikki Linnakangas
Subject [COMMITTERS] pgsql: Give nicer error message when connecting to a v10 serverrequiri
Date
Msg-id E1d6YiD-00070G-ET@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Give nicer error message when connecting to a v10 server requiring SCRAM.

This is just to give the user a hint that they need to upgrade, if they try
to connect to a v10 server that uses SCRAM authentication, with an older
client.

Commit to all stable branches, but not master.

Discussion: https://www.postgresql.org/message-id/bbf45d92-3896-eeb7-7399-2111d517261b@pivotal.io

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
src/include/libpq/pqcomm.h     |  2 ++
src/interfaces/libpq/fe-auth.c | 13 +++++++++++++
2 files changed, 15 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [COMMITTERS] pgsql: Make SCRAM salts and nonces longer.
Next
From: Magnus Hagander
Date:
Subject: [COMMITTERS] pgsql: Build pgoutput.dll in MSVC build