pgsql: meson: Add missing dependency to unicode test programs - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: meson: Add missing dependency to unicode test programs
Date
Msg-id E1t63B0-0037Y4-Dw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: Add missing dependency to unicode test programs

The test programs in src/common/unicode/ (case_test, category_test,
norm_test), don't build with meson if the nls option is enabled,
because a libintl dependency is missing.  Fix that.  (The makefiles
are ok.)

Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://www.postgresql.org/message-id/flat/52db1d2b-4b96-473e-b323-a4b16a950fba%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2845cd1ca0cd2c11230f75d75405882e8bc35525

Modified Files
--------------
src/common/unicode/meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Replicate generated columns when specified in the column list.
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fix some more bugs in foreign keys connecting partitioned tables