pgsql: Additional fixes for parallel make

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Additional fixes for parallel make
Дата
Msg-id E1PIbDD-0002ik-Bl@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Additional fixes for parallel make

Add some additional dependencies to constrain the build order to prevent
parallel make from failing.  In the case of src/Makefile, this is likely to be
too complicated to be worth maintaining, so just add .NOTPARALLEL to get the
old for-loop-like behavior.

More fine-tuning might be necessary for some platforms or configurations.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=cfad144f894b306fc300f5d03ea52a32d4624db0

Modified Files
--------------
src/Makefile                 |    4 ++++
src/interfaces/Makefile      |    2 ++
src/interfaces/ecpg/Makefile |    3 ++-
3 files changed, 8 insertions(+), 1 deletions(-)


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

Предыдущее
От: maosen@pgfoundry.org (User Maosen)
Дата:
Сообщение: pgexternaltable - src:
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make TRUNCATE ... RESTART IDENTITY restart sequences transaction