BUG #4694: uppercase path cause postgres can't start - Mailing list pgsql-bugs

From trainee
Subject BUG #4694: uppercase path cause postgres can't start
Date
Msg-id 200903050848.n258mVgm046178@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4694: uppercase path cause postgres can't start  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4694
Logged by:          trainee
Email address:      trainee12@163.com
PostgreSQL version: 8.3.6
Operating system:   windows xp
Description:        uppercase path cause postgres can't start
Details:

I download zip binaray 8.3.6
extract into e:\postgres

set system variables "path"  add "E:\POSTGRES\PGSQL\BIN;" --uppercase

cmd;

pg_ctl register -N postgres -D "e:\postgres\pgdata"

when I start server , failure

error msg is :

LOG:  could not open directory "/share/timezone": No such file or directory
FATAL:  could not select a suitable default timezone
DETAIL:  It appears that your GMT time zone uses leap seconds. PostgreSQL
does not support leap seconds.

if I change  system variables "path" into lowercase, success.

why?

pgsql-bugs by date:

Previous
From: Dave Page
Date:
Subject: Re: BUG #4691: Installation error
Next
From: Anamika Saini
Date:
Subject: Problem in installing postgreSQL in silent mode