Re: Unable to compile postgres 13.1 on Slackware current x64
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Thomas Munro <thomas.munro@gmail.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, Condor <condor@stz-bg.com>,
"pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2020-11-17T16:34:45Z
Lists: pgsql-general
On 2020-11-16 18:30, Tom Lane wrote: > In this case, I see one use of the constant TRUE in collationcmds.c, > but I wonder how come that's there given that we deprecated upper-case > TRUE some time ago. In 2eb4a831e5fb5d8fc17e13aea56e04af3efe27b4, I intentionally left that there because it was the documented ICU API. Now that that's changed, we should just do s/TRUE/true/ there as suggested.
Commits
-
Use "true" not "TRUE" in one ICU function call.
- ad84ecc98d7e 14.0 landed
- 89aa30a17968 11.11 landed
- 53c7b4f6221b 13.2 landed
- 029fa664ecb8 12.6 landed
-
Change TRUE/FALSE to true/false
- 2eb4a831e5fb 11.0 cited