mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
Make check_usermap() parameter names consistent.
The function has a bool argument named "case_insensitive", but that was spelled "case_sensitive" in the declaration. Make them consistent now to 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.com Backpatch: 10-
This commit is contained in:
parent
f69b8f324a
commit
b7558111ab
@ -134,7 +134,7 @@ extern bool load_ident(void);
|
|||||||
extern void hba_getauthmethod(hbaPort *port);
|
extern void hba_getauthmethod(hbaPort *port);
|
||||||
extern int check_usermap(const char *usermap_name,
|
extern int check_usermap(const char *usermap_name,
|
||||||
const char *pg_role, const char *auth_user,
|
const char *pg_role, const char *auth_user,
|
||||||
bool case_sensitive);
|
bool case_insensitive);
|
||||||
extern bool pg_isblank(const char c);
|
extern bool pg_isblank(const char c);
|
||||||
|
|
||||||
#endif /* HBA_H */
|
#endif /* HBA_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user