]> 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:32 +0000 (11:24 +0300)
commitdb73b2820514620a87c4daa40d2dd8b16a214487
treeaf43631ae083ca62f9a7cdcae0878f600ee9113e
parent6e86b448f2f700ab0a05afbeba80fbadfcd1d70a
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