OSDN Git Service

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)
commit5d7f69936e7d564d83a931885f4f14df4efccfc7
treef635d8d89ce7ecb6496670069c1c7184c083c3e5
parent1b2bb33a54a8008bd86a5f7b7ecbada95744eb61
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