locale problem of bgworker: logical replication launcher and worker process

From: Ioseph Kim <pgsql-kr(at)postgresql(dot)kr>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: locale problem of bgworker: logical replication launcher and worker process
Date: 2017-08-22 05:19:26
Message-ID: 32f09a22-4e39-eaad-ef54-22392010c32e@postgresql.kr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I tried ver. 10 beta3.
I had below messages.

-----
$ pg_ctl start
서버를 시작하기 위해 기다리는 중....완료
서버 시작됨
2017-08-22 14:06:21.248 KST [32765] 로그: IPv6, 주소: "::1", 포트 5433
번으로 접속을 허용합니다
2017-08-22 14:06:21.248 KST [32765] 로그: IPv4, 주소: "127.0.0.1", 포트
5433 번으로 접속을 허용합니다
2017-08-22 14:06:21.364 KST [32765] 로그: "/tmp/.s.PGSQL.5433" 유닉스
도메인 소켓으로 접속을 허용합니다
2017-08-22 14:06:21.570 KST [32766] 로그: 데이터베이스 시스템 마지막 가동
중지 시각: 2017-08-22 14:04:52 KST
2017-08-22 14:06:21.570 KST [32766] 로그: recovered replication state of
node 1 to 0/0
2017-08-22 14:06:21.638 KST [32765] 로그: 이제 데이터베이스 서버로 접속할
수 있습니다
2017-08-22 14:06:21.697 KST [306] 로그: logical replication apply worker
for subscription "replica_a" has started
2017-08-22 14:06:21.698 KST [306] 오류: 발행 서버에 연결 할 수 없음: ???
??? ? ??: ??? ???
"localhost" (::1) ???? ??? ?? ???,
5432 ??? TCP/IP ??? ???? ??????.
??? ??? ? ??: ??? ???
"localhost" (127.0.0.1) ???? ??? ?? ???,
5432 ??? TCP/IP ??? ???? ??????.
-----

main postmaster messages are printed in korean well,
but bgworker process message is not.

This problem seems to have occurred because the server locale
environment and the client's that are different.

How I can resolv that?

Regards ioseph.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2017-08-22 06:23:53 Re: Explicit relation name in VACUUM VERBOSE log
Previous Message Peter Geoghegan 2017-08-22 04:41:23 Re: Re: ICU collation variant keywords and pg_collation entries (Was: [BUGS] Crash report for some ICU-52 (debian8) COLLATE and work_mem values)