forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbfd2542
committed
Fix incorrect comment in hba.h
A comment in hba.h mentioned that AuthTokens are used when building theIdentLines from pg_ident.conf, but since8fea868 that has added supportof regexps for databases and roles in pg_hba.conf, it is also the caseof HBA files. This refreshes the comment to refer to both HBA and identfiles.Issue spotted while going through a different patch.1 parent5ad165d commitbfd2542
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments
Comments
(0)