Make check_usermap() parameter names consistent.

Peter Geoghegan <pg@bowt.ie>

Commit: 44933010ceb3ac06d4c01b559aafed4bef16c45d
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2022-09-17T23:54:14Z
Releases: 14.6
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-

Files

PathChange+/−
src/include/libpq/hba.h modified +1 −1

Discussion