Re: Unable to compile postgres 13.1 on Slackware current x64 - Mailing list pgsql-general

From Thomas Munro
Subject Re: Unable to compile postgres 13.1 on Slackware current x64
Date
Msg-id CA+hUKGLYc5kQr04iBWkM=XvHLWjz7TzEUs3HuGtqViQEETDGVg@mail.gmail.com
Whole thread Raw
In response to Re: Unable to compile postgres 13.1 on Slackware current x64  (Condor <condor@stz-bg.com>)
Responses Re: Unable to compile postgres 13.1 on Slackware current x64  (Condor <condor@stz-bg.com>)
List pgsql-general
On Tue, Nov 17, 2020 at 8:02 PM Condor <condor@stz-bg.com> wrote:
> I try to compile postgres again with (cd src/backend/commands; sed
> 's/TRUE/true/' collationcmds.c > collationcmds.c; ) and it's compiled
> but get new error on linking:

Doesn't that produce an empty file collationcmds.c? I think you want:

sed 's/TRUE/true/' collationcmds.c > collationcmds.c.tmp && mv
collationcmds.c.tmp collationcmds.c



pgsql-general by date:

Previous
From: Condor
Date:
Subject: Re: Unable to compile postgres 13.1 on Slackware current x64
Next
From: Condor
Date:
Subject: Re: Unable to compile postgres 13.1 on Slackware current x64