forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4eb5089
committed
Remove dead code
Aftere9931bf, the locale argument of SB_lower_char() is neverNULL, so the branch that deals with NULL can be removed (similar tohowe9931bf for example removed those branches in str_tolower()).Reviewed-by: Jeff Davis <pgsql@j-davis.com>Discussion:https://www.postgresql.org/message-id/4f562d84-87f4-44dc-8946-01d6c437936f@eisentraut.org1 parentf1976df commit4eb5089
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 | 98 |
| |
101 |
| - | |
| 99 | + | |
102 | 100 |
| |
103 | 101 |
| |
104 | 102 |
| |
|
0 commit comments
Comments
(0)