Fix up references to scram-sha-256
Peter Eisentraut <peter_e@gmx.net>
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 <christophe.courtois@dalibo.com> Author: Michael Paquier <michael.paquier@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +1 −1 |
| src/backend/libpq/auth.c | modified | +8 −8 |
| src/backend/libpq/hba.c | modified | +1 −1 |
| src/include/common/scram-common.h | modified | +2 −2 |
| src/interfaces/libpq/fe-auth.c | modified | +4 −4 |
| src/interfaces/libpq/fe-auth-scram.c | modified | +2 −2 |