Fix update-po for the PGXS case

Álvaro Herrera <alvherre@kurilemu.de>

Commit: f768f5a7d408c7a5efe45d49136818f7d4d0a62a
Author: Álvaro Herrera <alvherre@kurilemu.de>
Date: 2025-10-16T18:21:05Z
Releases: 13.23
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

Files

PathChange+/−
src/nls-global.mk modified +5 −0

Discussion