pgsql: Use (unsigned char) cast in argument of pg_tolower().

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use (unsigned char) cast in argument of pg_tolower().
Date: 2009-04-03 23:27:22
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/port:
path.c (r1.74.2.1 -> r1.74.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c?r1=1.74.2.1&r2=1.74.2.2)