pgsql: Fix update-po for the PGXS case

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix update-po for the PGXS case
Date: 2025-10-16 18:31:01
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)ryo(at)fujitsu(dot)com>
Reviewed-by: Bryan Green <dbryan(dot)green(at)gmail(dot)com>
Backpatch-through: 13
Discussion: https://postgr.es/m/TYCPR01MB113164770FB0B0BE6ED21E68EE8DCA@TYCPR01MB11316.jpnprd01.prod.outlook.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f768f5a7d408c7a5efe45d49136818f7d4d0a62a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-10-17 04:01:32 pgsql: pg_createsubscriber: Fix matching check in TAP test
Previous Message Tom Lane 2025-10-16 16:54:28 pgsql: Add more TAP test coverage for pg_dump.