request patch pg_recvlogical.c, pg_receivexlog.c for nls

From: Ioseph Kim <pgsql-kr(at)postgresql(dot)kr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: request patch pg_recvlogical.c, pg_receivexlog.c for nls
Date: 2015-12-28 08:07:22
Message-ID: 1451290042.11000.10.camel@ioseph-centos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

at PostgreSQL version 9.5rc1,
at line 934 in pg_recvlogical.c

set_pglocale_pgservice(argv[0],PG_TEXTDOMAIN("pg_recvlogical"));

this references invalid catalog file, because pg_basebackup,
pg_recvlogical, pg_receivexlog commands use same catalog file
pg_basebackup.mo

pg_receivexlog.c too.

patch please.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2015-12-28 08:35:41 Patch to fix misspellings of the word "segment"
Previous Message Feng Tian 2015-12-28 07:01:08 Re: Remove Windows crash dump support?