pgsql: Fix update-unicode make target - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix update-unicode make target
Date
Msg-id E1u0F00-002Qgr-1h@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix slot synchronization for two_phase enabled slots.
Next
From: Richard Guo
Date:
Subject: pgsql: Remove duplicated comment in get_relation_constraints