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

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

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