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
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6ad9378c9a7bf10840c884286009956f51e4924c
Modified Files
--------------
src/nls-global.mk | 5 +++++
1 file changed, 5 insertions(+)
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. |