pgsql: Make check_usermap() parameter names consistent. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Make check_usermap() parameter names consistent.
Date
Msg-id E1oZheN-000p02-CU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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-

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f01fd89b1537cbc5f6572ae6c3d45243bcd7dd14

Modified Files
--------------
src/include/libpq/hba.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Include c.h instead of postgres.h in src/port/*p{read,write}*.c
Next
From: Peter Geoghegan
Date:
Subject: pgsql: Harmonize reorderbuffer parameter names.