Re: Unable to compile postgres 13.1 on Slackware current x64

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Condor <condor(at)stz-bg(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Unable to compile postgres 13.1 on Slackware current x64
Date: 2020-11-17 16:34:45
Message-ID: eac355d5-17a8-8cb6-3231-3ffa196a29af@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeremy Wilson 2020-11-17 16:59:10 pg_upgrade of 11 -> 13: free(): invalid pointer
Previous Message Ecenur Corlu 2020-11-17 16:30:19 Re: I have just downloaded Postgre SQL and "pgadmin 4" doesn't open.