forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15571cc
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 parent55fa993 commit15571cc
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
926 | 926 |
| |
927 | 927 |
| |
928 | 928 |
| |
929 |
| - | |
| 929 | + | |
| 930 | + | |
930 | 931 |
| |
931 | 932 |
| |
932 | 933 |
| |
|
0 commit comments
Comments
(0)