pgsql: Add missing set_pglocale_pgservice() for pg_walsummary and pg_co

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing set_pglocale_pgservice() for pg_walsummary and pg_co
Date: 2024-04-09 05:01:56
Message-ID: E1ru3cJ-001Exo-H8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.horikyota.ntt@gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/pg_combinebackup/pg_combinebackup.c | 1 +
src/bin/pg_walsummary/pg_walsummary.c | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-04-09 05:04:33 pgsql: Fix typo in docs
Previous Message John Naylor 2024-04-09 04:39:19 Re: pgsql: Teach radix tree to embed values at runtime