Fix comment in fe-auth-scram.c

Michael Paquier <michael@paquier.xyz>

Commit: d74a366aa2fa3f11fc4fbd1b2817ac252f6f9ba4
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-11-29T23:37:59Z
Releases: 16.0
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