pgsql: Make Unicode makefile parallel-safe

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make Unicode makefile parallel-safe
Дата
Msg-id E1mXSiC-0006Vl-Vo@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix minor issues in GiST support function documentation.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update our mapping of Windows time zone names some more.