libpq parallel build

From: Lionel Elie Mamane <lionel(at)mamane(dot)lu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: libpq parallel build
Date: 2012-02-06 14:31:11
Message-ID: 20120206143111.GA26709@capsaicin.mamane.lu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
libpq-parallel-build.patch text/x-diff 652 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-02-06 14:31:20 Re: freezing multixacts
Previous Message Jasen Betts 2012-02-06 11:14:30 Re: Why extract( ... from timestamp ) is not immutable?