Re: Path case sensitivity on windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Path case sensitivity on windows
Date: 2009-04-02 14:09:37
Message-ID: 19984.1238681377@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander <magnus(at)hagander(dot)net> writes:
> Attached patch fixes this in my testcase. Can anybody spot something
> wrong with it?

It depends on tolower(), which is going to have LC_CTYPE-dependent
behavior, which is surely wrong?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-04-02 14:13:13 Re: 8.4 open items list
Previous Message Hitoshi Harada 2009-04-02 14:07:04 A trivial doc patch for pgstattuple