forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4c7bb4d
committed
Fix comment in fe-auth-scram.c
The frontend-side routine in charge of building a SCRAM verifiermentioned that the restrictions applying to SASLprep on the passwordwith the encoding are described at the top of fe-auth-scram.c, but thisinformation is in auth-scram.c.This is wrong since8f8b9be, so backpatch all the way down as this is animportant documentation bit.Spotted while reviewing a different patch.Backpatch-through: 111 parent6e8ad11 commit4c7bb4d
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
834 | 834 |
| |
835 | 835 |
| |
836 | 836 |
| |
837 |
| - | |
| 837 | + | |
| 838 | + | |
838 | 839 |
| |
839 | 840 |
| |
840 | 841 |
| |
|
0 commit comments
Comments
(0)