diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/libpq/hba.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index 8d9f3821b12..e848f616b9e 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -141,7 +141,7 @@ extern const char *hba_authname(UserAuth auth_method); extern void hba_getauthmethod(hbaPort *port); extern int check_usermap(const char *usermap_name, const char *pg_role, const char *auth_user, - bool case_sensitive); + bool case_insensitive); extern bool pg_isblank(const char c); #endif /* HBA_H */ |