libpq parallel build - Mailing list pgsql-hackers

From Lionel Elie Mamane
Subject libpq parallel build
Date
Msg-id 20120206143111.GA26709@capsaicin.mamane.lu
Whole thread Raw
List pgsql-hackers
src/interfaces/libpq/fe-misc.c #include-s pg_config_paths.h, but in
the makefile that dependency is not declared.

This breaks the build with 'make -jN' (with a "big" N) ... sometimes
(non-deterministically).

Patch attached. Made from 9.1.1, but from browsing the git master on
the web interface, the facts above seem to still be true.

--
Lionel

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: double writes using "double-write buffer" approach [WIP]
Next
From: Alvaro Herrera
Date:
Subject: Re: freezing multixacts