Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f7730d0e1111988bdbc3f4507bbdd0f46fc07788
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-03T23:27:22Z
Releases: 8.3.8
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.

Files

PathChange+/−
src/port/path.c modified +7 −5