forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitad84ecc
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 parent62b50ad commitad84ecc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
| 368 | + | |
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
|
0 commit comments
Comments
(0)