From: | Peter Geoghegan <pg(at)bowt(dot)ie> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Make check_usermap() parameter names consistent. |
Date: | 2022-09-17 23:55:07 |
Message-ID: | E1oZheN-000ozz-Bw@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)bowt(dot)ie>
Reviewed-By: Michael Paquiër <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/CAH2-WznJt9CMM9KJTMjJh_zbL5hD9oX44qdJ4aqZtjFi-zA3Tg@mail.gmail.com
Backpatch: 10-
Branch
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/c1dd5a8aedc7184d9a013721960813f7ace156ab
Modified Files
--------------
src/include/libpq/hba.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2022-09-18 00:21:23 | pgsql: Harmonize reorderbuffer parameter names. |
Previous Message | Andres Freund | 2022-09-17 16:56:56 | pgsql: Include c.h instead of postgres.h in src/port/*p{read,write}*.c |