Report initdb problem in Korean OS 2. - Mailing list pgsql-hackers-win32

From Korea PostgreSQL Users' Group
Subject Report initdb problem in Korean OS 2.
Date
Msg-id 001f01c47524$24b8cda0$cdcb56dc@paolo.net
Whole thread Raw
List pgsql-hackers-win32

score_timezone() function in src/timezone/pgtz.c has some problems.
 
At "if (strcmp(TZABBREV(cbuf), pgtm->tm_zone) != 0)",
 
cbuf (timezone name of systm) is not same pgtm->tm_zone in Korean OS.
 
timezone name of system is "대한민국 표준시",
timezone name of pgtm is "KST"
 
we need maybe a matching table contained localizational timezone name and pg time zone name.
 

pgsql-hackers-win32 by date:

Previous
From: "Korea PostgreSQL Users' Group"
Date:
Subject: localtime() for win32 problem.
Next
From: Claudio Natoli
Date:
Subject: Re: localtime() for win32 problem.