pgsql: Make check_usermap() parameter names consistent.
pgsql: Make check_usermap() parameter names consistent.
От:
Peter Geoghegan <pg@bowt.ie>
Дата:
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 Reviewed-By: Michael Paquiër Discussion: https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com Backpatch: 10- Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/4274dc223ce75b2adf7b7cde5e00df7bbdd2a061 Modified Files -------------- src/include/libpq/hba.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)