forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit029fa66
committed
Use "true" not "TRUE" in one ICU function call.
This was evidently missed in commit6337865, which generally dids/TRUE/true/ everywhere. It escaped notice up to now because ICUversions before ICU 68 provided definitions of "TRUE" and "FALSE"regardless. With ICU 68, it fails to compile.Per report from Condor. Back-patch to v11 where6337865 came in.(I've not tested v10, where this call originated, but I imagineit's fine since we defined TRUE in c.h back then.)Discussion:https://postgr.es/m/7a6f3336165bfe3ca66abcda7966f9d0@stz-bg.com1 parent139c439 commit029fa66
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
466 |
| - | |
| 466 | + | |
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
|
0 commit comments
Comments
(0)