pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Use "-I." in directories holding Bison parsers, for Oracle compi
Дата
Msg-id E1lW8rv-0003B4-OE@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use "-I." in directories holding Bison parsers, for Oracle compilers.

With the Oracle Developer Studio 12.6 compiler, #line directives alter
the current source file location for purposes of #include "..."
directives.  Hence, a VPATH build failed with 'cannot find include file:
"specscanner.c"'.  With two exceptions, parser-containing directories
already add "-I. -I$(srcdir)"; eliminate the exceptions.  Back-patch to
9.6 (all supported versions).

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/13881199ee5760ed5e40df1fa749d9715467f43e

Modified Files
--------------
src/backend/utils/adt/Makefile | 2 ++
src/test/isolation/Makefile    | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Fix potential SSI hazard in heap_update().
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Fix typo in logicaldecoding.sgml.