Fix comment in fe-auth-scram.c

Michael Paquier <michael@paquier.xyz>

Commit: 15571ccd190b242b944422a663a8269f8f688d4f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-11-29T23:38:27Z
Releases: 15.2
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

Files

PathChange+/−
src/interfaces/libpq/fe-auth-scram.c modified +2 −1