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

Commit4274dc2

Browse files
Make check_usermap() parameter names consistent.
The function has a bool argument named "case_insensitive", but that wasspelled "case_sensitive" in the declaration. Make them consistent nowto avoid confusion in the future.Author: Peter Geoghegan <pg@bowt.ie>Reviewed-By: Michael Paquiër <michael@paquier.xyz>Discussion:https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.comBackpatch: 10-
1 parent43fcaa3 commit4274dc2

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
@@ -169,7 +169,7 @@ extern const char *hba_authname(UserAuth auth_method);
169169
externvoidhba_getauthmethod(hbaPort*port);
170170
externintcheck_usermap(constchar*usermap_name,
171171
constchar*pg_role,constchar*auth_user,
172-
boolcase_sensitive);
172+
boolcase_insensitive);
173173
externHbaLine*parse_hba_line(TokenizedAuthLine*tok_line,intelevel);
174174
externIdentLine*parse_ident_line(TokenizedAuthLine*tok_line,intelevel);
175175
externboolpg_isblank(constcharc);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp