pgsql: Fix update-unicode make target

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix update-unicode make target
Date: 2025-04-03 07:28:28
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix update-unicode make target

The addition of SpecialCasing.txt by commit 286a365b9c2 was not added
to the make target dependencies, so the invoked script would fail
because the required file wasn't downloaded first. (The meson version
appears to work correctly.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34f04aa6533b6f6f9894907cd29f5d52d9e0df92

Modified Files
--------------
src/common/unicode/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2025-04-03 07:44:18 pgsql: Remove duplicated comment in get_relation_constraints
Previous Message Amit Kapila 2025-04-03 06:57:34 pgsql: Fix slot synchronization for two_phase enabled slots.