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

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

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