Re: [RFC] building postgres with meson - v10

Поиск
Список
Период
Сортировка
От Bilal Yavuz
Тема Re: [RFC] building postgres with meson - v10
Дата
Msg-id CAN55FZ0_S-hkr5CWF=ASmM-OQSECrcb5=WNBrxmUK9ZD9nY99Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [RFC] building postgres with meson - v10  (Bilal Yavuz <byavuz81@gmail.com>)
Ответы Re: [RFC] building postgres with meson - v10  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

Sorry for the first email.

On Mon, 18 Jul 2022 at 23:23, Andres Freund <andres@anarazel.de> wrote:
>
> In https://postgr.es/m/0e81e45c-c9a5-e95b-2782-ab2dfec8bf57%40enterprisedb.com
> On 2022-07-06 11:03:31 +0200, Peter Eisentraut wrote:
> > dff7b5a960 meson: prereq: regress: allow to specify director containing
> > expected files.
> >
> > This could use a bit more explanation, but it doesn't look
> > controversial so far.

While testing ECPG, C and exe files are generated by meson so these files are in the meson's build directory but expected files are in the source directory. However; there was no way to set different paths for inputs (C and exe files') and expected files' directory. So, I added `--expecteddir` to separately set expected files' directory.

Greetings,

Nazir Bilal Yavuz

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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: [PATCH] Introduce array_shuffle() and array_sample()
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [PATCH v1] eliminate duplicate code in table.c