Re: Path case sensitivity on windows - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Path case sensitivity on windows
Date
Msg-id 200904022226.35486.peter_e@gmx.net
Whole thread Raw
In response to Re: Path case sensitivity on windows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thursday 02 April 2009 18:29:45 Tom Lane wrote:
> Hmm.  Well, if we use pg_tolower then it will only do the right thing
> for ASCII letters, but it seems like non-ASCII in the path leading to
> the postgres binaries would be pretty dang unusual.

Well, Windows localizes the directory names like C:\Program Files, so it is 
entirely plausible to have non-ASCII path names across the board in certain 
locales.



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Any reason not to return row_count in cursor of plpgsql?
Next
From: Simon Riggs
Date:
Subject: Re: [COMMITTERS] pgsql: If we expect a hash join to be performed in multiple batches,