pgsql: Fix up references to scram-sha-256

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix up references to scram-sha-256
Дата
Msg-id E1ege2z-0002td-8u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/167a22b2a624531fe106e1564bc5f62e275a036d

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix test case for 'outer pathkeys do not match mergeclauses'fix
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Exclude common/int128.h from cpluspluscheck