forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitff33df2
committed
Fix missed case for builtin collation provider.
A missed check for the builtin collation provider could result infalling through to call isalpha().This does not appear to have practical consequences because it onlyhappens for characters in the ASCII range. Regardless, the builtinprovider should not be calling libc functions, so backpatch.Discussion:https://postgr.es/m/1bd5a0a5192f82c22ee7527e825b18ab0028b2c7.camel@j-davis.comBackpatch-through: 171 parent912d15c commitff33df2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1505 | 1505 |
| |
1506 | 1506 |
| |
1507 | 1507 |
| |
1508 |
| - | |
| 1508 | + | |
1509 | 1509 |
| |
1510 | 1510 |
| |
1511 | 1511 |
| |
|
0 commit comments
Comments
(0)