forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcdea14a
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 parent06998ea commitcdea14a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
882 | | - | |
| 882 | + | |
| 883 | + | |
883 | 884 | | |
884 | 885 | | |
885 | 886 | | |
| |||
0 commit comments
Comments
(0)