pgsql: Fix comment in fe-auth-scram.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix comment in fe-auth-scram.c
Дата
Msg-id E1p0ACN-001M7l-3I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment in fe-auth-scram.c

The frontend-side routine in charge of building a SCRAM verifier
mentioned that the restrictions applying to SASLprep on the password
with the encoding are described at the top of fe-auth-scram.c, but this
information is in auth-scram.c.

This is wrong since 8f8b9be, so backpatch all the way down as this is an
important documentation bit.

Spotted while reviewing a different patch.

Backpatch-through: 11

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/15571ccd190b242b944422a663a8269f8f688d4f

Modified Files
--------------
src/interfaces/libpq/fe-auth-scram.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve heuristics for compressing the KnownAssignedXids array.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor code parsing compression option values (-Z/--compress)