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 <p...@bowt.ie> Reviewed-By: Michael Paquiër <mich...@paquier.xyz> Discussion: https://postgr.es/m/cah2-wznjt9cmm9kjtmjjh_zbl5hd9ox44qdj4aqztjfi-za...@mail.gmail.com Backpatch: 10- Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/109836a14fe988571dc94a40c32c7c0b78035edc Modified Files -------------- src/include/libpq/hba.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)