[COMMITTERS] pgsql: Fix parallel make issue with new fmgrprotos.h - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix parallel make issue with new fmgrprotos.h
Date
Msg-id E1cVlMo-0006Mv-Lp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix parallel make issue with new fmgrprotos.h

The make rules needed further refinement so that we don't run multiple
generations per build.

reported by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a2d9a655a5de1c8c9d479c77d6351b878094606

Modified Files
--------------
src/backend/Makefile       | 5 ++++-
src/backend/utils/Makefile | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: doc: Update URL for Microsoft download site
Next
From: Tatsuo Ishii
Date:
Subject: [COMMITTERS] pgsql: Fix comments in StrategyNotifyBgWriter().