]> granicus.if.org Git - postgresql/commit
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:22 +0000 (23:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Apr 2009 23:27:22 +0000 (23:27 +0000)
commitf7730d0e1111988bdbc3f4507bbdd0f46fc07788
tree9419e716e2fe0b9c594940c55ae965020af3c26a
parent0e28fc4c92a8ac0ade9390e8de2dcd8eda2861f6
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