[email protected] (Magnus Hagander) writes: > Log Message: > ----------- > Make directory name comparisons on Win32 case insensitive.
Hmm, for consistency you really should be doing
pg_tolower((unsigned char) *foo)
here.
It's possible that the cast is not necessary on Windows, but
even so code consistency is a good thing.
regards, tom lane
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
