forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4274dc2
committed
Make check_usermap() parameter names consistent.
The function has a bool argument named "case_insensitive", but that wasspelled "case_sensitive" in the declaration. Make them consistent nowto 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.comBackpatch: 10-1 parent43fcaa3 commit4274dc2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
0 commit comments
Comments
(0)