pgsql: Fix update-po for the PGXS case - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix update-po for the PGXS case
Date
Msg-id E1v9Skf-0021M1-2q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix update-po for the PGXS case

The original formulation failed to take into account the fact that for
the PGXS case, the source dir is not $(top_srcdir), so it ended up not
doing anything.  Handle it explicitly.

Author: Ryo Matsumura <matsumura.ryo@fujitsu.com>
Reviewed-by: Bryan Green <dbryan.green@gmail.com>
Backpatch-through: 13
Discussion: https://postgr.es/m/TYCPR01MB113164770FB0B0BE6ED21E68EE8DCA@TYCPR01MB11316.jpnprd01.prod.outlook.com

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6aa04a60cbf5d7460c5444822b3127f5bdbc7930

Modified Files
--------------
src/nls-global.mk | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Align the data block sizes of pg_dump's various compression mode
Next
From: Michael Paquier
Date:
Subject: pgsql: pg_createsubscriber: Fix matching check in TAP test