Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup
authorMichael Paquier <[email protected]>
Tue, 9 Apr 2024 05:01:33 +0000 (14:01 +0900)
committerMichael Paquier <[email protected]>
Tue, 9 Apr 2024 05:01:33 +0000 (14:01 +0900)
commitdeca6ac136f4cd09280b3385dc5de3e8ec57e9ba
treeaec4c32e439fa474b4782987e76697eba23ab53b
parentf4083c49751018ae2140de8bf752b8d60485a6ca
Add missing set_pglocale_pgservice() for pg_walsummary and pg_combinebackup

These calls are required to make both tools work with NLS.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20240408.162702.183779935636035593[email protected]
src/bin/pg_combinebackup/pg_combinebackup.c
src/bin/pg_walsummary/pg_walsummary.c