Re: Unable to compile postgres 13.1 on Slackware current x64

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Unable to compile postgres 13.1 on Slackware current x64
Дата
Msg-id CA+hUKGLYc5kQr04iBWkM=XvHLWjz7TzEUs3HuGtqViQEETDGVg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unable to compile postgres 13.1 on Slackware current x64  (Condor <condor@stz-bg.com>)
Ответы Re: Unable to compile postgres 13.1 on Slackware current x64  (Condor <condor@stz-bg.com>)
Список 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 по дате отправления:

Предыдущее
От: Condor
Дата:
Сообщение: Re: Unable to compile postgres 13.1 on Slackware current x64
Следующее
От: Condor
Дата:
Сообщение: Re: Unable to compile postgres 13.1 on Slackware current x64