aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/libpq/hba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index c194d74c460..f2dc614159a 100644
--- a/src/include/libpq/hba.h
+++ b/src/include/libpq/hba.h
@@ -134,7 +134,7 @@ extern bool load_ident(void);
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 */