Re: pgsql: Move gramparse.h to src/backend/parser

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: pgsql: Move gramparse.h to src/backend/parser
Дата
Msg-id CANWCAZaCk6mX1c4oCQc9fzjtiVZ_Fh19dipOScy7XEjJqAd3gg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Move gramparse.h to src/backend/parser  ("Anton A. Melnikov" <a.melnikov@postgrespro.ru>)
Ответы Re: pgsql: Move gramparse.h to src/backend/parser
Список pgsql-committers
On Wed, Oct 15, 2025 at 2:49 PM Anton A. Melnikov
<a.melnikov@postgrespro.ru> wrote:
> My colleague Marina Polyakova <m.polyakova@postgrespro.ru> found
> the similar bug on buildfarm [1] for REL_15_STABLE in the llvm build:
>
>   -D_GNU_SOURCE -I/usr/include/libxml2  -flto=thin -emit-llvm -c -o segparse.bc segparse.c
> segparse.y:177:10: fatal error: 'segscan.c' file not found
>    177 | #include "segscan.c"
>        |          ^~~~~~~~~~~
> 1 error generated
>
> Maybe backpatch [2] to all supported versions not just 16+?

That only changed src/backend/common.mk, so that's not going to affect
contrib. I looked, and contrib/contrib-global.mk doesn't have any
extra *.bc file handling to begin with (as expected). Also, that fix
was in response to a specific change in dependencies, so I don't see
how it's directly applicable to earlier branches. Maybe there is
something to be done here, but with such a sporadic failure, I'm not
sure what.

--
John Naylor
Amazon Web Services



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