Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Apr 2009 23:27:17 +0000 (23:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Apr 2009 23:27:17 +0000 (23:27 +0000)
commit3671c87e57870ea2fc60a1c9f1b3e916cdada7e1
tree4eaaaca2cd549175baaf401b866d5b819ce36151
parent07f3168b761d44b71b66166cd0ea740508faa5ea
Use (unsigned char) cast in argument of pg_tolower().  Maybe it works on
Windows without that, but we shouldn't put bad examples where people might
copy them.  Also, reformat slightly to improve the odds that pgindent
won't go nuts on this.
src/port/path.c