Re: Unable to compile postgres 13.1 on Slackware current x64

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: Thomas Munro <thomas.munro@gmail.com>, Condor <condor@stz-bg.com>, "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2020-11-16T20:18:12Z
Lists: pgsql-general
I wrote:
> What's wrong with s/TRUE/true/ in get_icu_language_tag?

I confirmed that that fixes the build with ICU 68.1, and pushed it.

			regards, tom lane



Commits

  1. Use "true" not "TRUE" in one ICU function call.

  2. Change TRUE/FALSE to true/false