Fix up references to scram-sha-256

pg_hba_file_rules erroneously reported this as scram-sha256.  Fix that.

To avoid future errors and confusion, also adjust documentation links
and internal symbols to have a separator between "sha" and "256".

Reported-by: Christophe Courtois <[email protected]>
Author: Michael Paquier <[email protected]>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/38d485fdaa5739627b642303cc172acc1487b90a

Modified Files
--------------
doc/src/sgml/protocol.sgml           |  2 +-
src/backend/libpq/auth.c             | 16 ++++++++--------
src/backend/libpq/hba.c              |  2 +-
src/include/common/scram-common.h    |  4 ++--
src/interfaces/libpq/fe-auth-scram.c |  4 ++--
src/interfaces/libpq/fe-auth.c       |  8 ++++----
6 files changed, 18 insertions(+), 18 deletions(-)

Reply via email to