forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20b796a
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 parentc4a153d commit20b796a
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 |
| - | |
| 771 | + | |
| 772 | + | |
772 | 773 |
| |
773 | 774 |
| |
774 | 775 |
| |
|
0 commit comments
Comments
(0)