Re: peripatus build failures....

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: peripatus build failures....
Дата
Msg-id CAEepm=3y+o4Ek1XpmaMZ==46gHU-fVNHLfWd1OnYkJN6HDqxzA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: peripatus build failures....  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: peripatus build failures....  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
On Thu, Jul 5, 2018 at 12:35 PM, Larry Rosenman <ler@lerctr.org> wrote:
> I agree.  Is there an easy way I can add this work around to peripatus'
> source tree:
>
> It may be that adding "LDFLAGS+= -Wl,-z,notext" (and removing LLD_UNSAFE) will let the port build with lld.

Maybe something like this at the end of your build-farm.conf?

if ($branch =~ /^REL(9|_10)/)
{
    $conf{config_env}->{"LDFLAGS"} = "...something something...";
}

-- 
Thomas Munro
http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Server crashed with dense_rank on partition table.
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Remove mention in docs that foreign keys on partitioned tablesare not supported