pgsql: Make Unicode makefile parallel-safe - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make Unicode makefile parallel-safe
Date
Msg-id E1mXSiC-0006Vl-Vo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make Unicode makefile parallel-safe

Fix the rules so that each rule is parallel safe, using the same
trickery that we use elsewhere in the tree for rules that produce more
than one output file.  Refactor the whole makefile so that there is
less repetition.

Discussion: https://www.postgresql.org/message-id/18e34084-aab1-1b4c-edd1-c4f9fb04f714%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e752727195798c324e769cfebf9dc4baa1c6bb0c

Modified Files
--------------
src/backend/utils/mb/Unicode/Makefile | 134 ++++++++++++----------------------
1 file changed, 45 insertions(+), 89 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix minor issues in GiST support function documentation.
Next
From: Tom Lane
Date:
Subject: pgsql: Update our mapping of Windows time zone names some more.