Re: New "-b slim" option in 2019b zic: should we turn that on?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: New "-b slim" option in 2019b zic: should we turn that on?
Дата
Msg-id fda2f18f-3588-c00a-79c7-720571a64527@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: New "-b slim" option in 2019b zic: should we turn that on?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 10/5/19 10:33 PM, Tom Lane wrote:
> Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
>> On 10/5/19 6:33 PM, Tom Lane wrote:
>>> I had contemplated injecting the -b switch via
>>> -ZIC_OPTIONS =
>>> +ZIC_OPTIONS = -b slim
>> I don't think that's going to work very well with a buildfarm member,
>> where there's no convenient way to set it.
> Can't you set that from build_env?
>
>             


No, build_env sets the environment, not makefile variables, and
configure doesn't fill in ZIC_OPTIONS, unlike what it does with ZIC.


Anyway, it turns out that avoiding the issue I was having here just
postpones the problem for a few seconds, so while we should probably do
something here it's not urgent from my POV.


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




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

Предыдущее
От: Nikolay Shaplov
Дата:
Сообщение: Re: [PATCH] get rid of StdRdOptions, use individual binary reloptions representation for each relation kind instead
Следующее
От: Matheus de Oliveira
Дата:
Сообщение: Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT