pgsql: Fix update-unicode target

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix update-unicode target
Date: 2020-04-19 12:59:48
Message-ID: E1jQ9Y4-0007uQ-3d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix update-unicode target

The normalization-check target needs to be run last, after moving the
newly generated files into place. Also, we need an additional
dependency so that unicode_norm.o is rebuilt first. Otherwise,
norm_test will still test the old files but against the new expected
results, which will probably fail.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/73afabcdc20e227beb8094efb44753b4de1c5c0a

Modified Files
--------------
src/common/unicode/Makefile | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-19 16:17:39 pgsql: Doc: update sections 9.1-9.3 for new function table layout.
Previous Message Tom Lane 2020-04-18 19:36:46 pgsql: Doc: sync functableentry markup choices with website style.