pgsql: Fix VPATH builds of the replication parser from git for some !gc

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix VPATH builds of the replication parser from git for some !gc
Дата
Msg-id E1XX92G-0006tB-NS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix VPATH builds of the replication parser from git for some !gcc compilers.

Some compilers don't automatically search the current directory for
included files. 9cc2c182fc2 fixed that for builds from tarballs by
adding an include to the source directory. But that doesn't work when
the scanner is generated in the VPATH directory. Use the same search
path as the other parsers in the tree.

One compiler that definitely was affected is solaris' sun cc.

Backpatch to 9.1 which introduced using an actual parser for
replication commands.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2024ead21b8ac64f0d6cd13d0c1c2cb8d596238e

Modified Files
--------------
src/backend/replication/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix VPATH builds of the replication parser from git for some !gc
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix VPATH builds of the replication parser from git for some !gc