]> 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:36 +0000 (11:24 +0300)
commit33356ad68d5d3dce4c234d96dc908d3ca3329e77
tree8f9aef4430680214d79316407b3c22d7301db7a2
parenta48d47908337ce3a17da37e413f1e2ea658552f9
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