Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbfd2542

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/libpq/hba.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ typedef enum ClientCertName
8282
* (pg_ident.conf or pg_hba.conf), together with whether the token has
8383
* been quoted. If "string" begins with a slash, it may optionally
8484
* contain a regular expression (currently used for pg_ident.conf when
85-
* building IdentLines).
85+
* building IdentLines and for pg_hba.conf when building HbaLines).
8686
*/
8787
typedefstructAuthToken
8888
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp