Fix comment in fe-auth-scram.c
authorMichael Paquier <michael@paquier.xyz>
Tue, 29 Nov 2022 23:37:59 +0000 (08:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 29 Nov 2022 23:37:59 +0000 (08:37 +0900)
commitd74a366aa2fa3f11fc4fbd1b2817ac252f6f9ba4
tree41314a5b926ea03899e6e533bb111a132306d992
parent8242752f9c104030085cb167e6e1dd5bed481360
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