]> granicus.if.org Git - postgresql/commit
Give nicer error message when connecting to a v10 server requiring SCRAM.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 5 May 2017 08:24:02 +0000 (11:24 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 5 May 2017 08:24:02 +0000 (11:24 +0300)
commitbd05ad8b052012155fd5de0c21029d5869ad5eb4
treece7da619dd716625982b9b4318f865a22ebfdf58
parent071d13395cc2ea0b87aa5f135c87808d6dd60cd5
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
src/include/libpq/pqcomm.h
src/interfaces/libpq/fe-auth.c