pgsql: Make the AIX case of Makefile.shlib safe for parallel make.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the AIX case of Makefile.shlib safe for parallel make.
Date: 2016-07-24 00:32:46
Message-ID: E1bR7La-0003ID-D4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make the AIX case of Makefile.shlib safe for parallel make.

Use our typical approach, from src/backend/parser. Back-patch to 9.1
(all supported versions).

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a4daf59eef9845a93c73056f6983b375c2a41fe9

Modified Files
--------------
src/Makefile.shlib | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-07-25 05:37:39 pgsql: Give recovery tests more time to finish
Previous Message Tom Lane 2016-07-24 00:17:14 pgsql: Correctly set up aggregate FILTER expression in partial-aggregat