]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix comment in fe-auth-scram.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 29 Nov 2022 23:38:40 +0000 (08:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 29 Nov 2022 23:38:40 +0000 (08:38 +0900)
commita282d5f034d7ab9a285625acfcfd32d9b443bc36
tree002466fecf29a3b9ed34964876407db2e3dce3ae
parenta6c9e1db2b6673100138f5b9f1ba31d55de7af9a
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
src/interfaces/libpq/fe-auth-scram.c