Re: [RFC] building postgres with meson - v13

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [RFC] building postgres with meson - v13
Дата
Msg-id 20221013163941.insqvpudbfnxo7v7@awork3.anarazel.de
обсуждение исходный текст
Ответ на RE: [RFC] building postgres with meson - v13  ("shiy.fnst@fujitsu.com" <shiy.fnst@fujitsu.com>)
Ответы RE: [RFC] building postgres with meson - v13  ("shiy.fnst@fujitsu.com" <shiy.fnst@fujitsu.com>)
Список pgsql-hackers
Hi,

On 2022-10-13 09:24:51 +0000, shiy.fnst@fujitsu.com wrote:
> I noticed that `pg_config --configure` didn't show the options given when
> building with meson.

Yes, that was noted somewhere on this thread.


> Maybe it would be better if pg_config can output this information, to be
> consistent with the output when building with `./configure` and `make`.
>
> The output when building with `./configure` and `make`:
> $ pg_config --configure
>  '--prefix=/home/postgres/install/' '--cache' 'gcc.cache' '--enable-dtrace' '--with-icu' '--enable-cassert'

It'd be a fair amount of work, both initially and to maintain it, to generate
something compatible. I can see some benefit in showing some feature
influencing output in --configure, but compatible output doesn't seem worth it
to me.

Greetings,

Andres Freund



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

Предыдущее
От: Zhihong Yu
Дата:
Сообщение: Re: Bloom filter Pushdown Optimization for Merge Join
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Summary function for pg_buffercache