pgsql: Avoid passing signed chars to <ctype.h> functions ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid passing signed chars to <ctype.h> functions ...
Date: 2010-08-25 00:53:37
Message-ID: 20100825005337.CE7AE7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Avoid passing signed chars to <ctype.h> functions ... same old
portability mistake as always. Per buildfarm member pika.

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.228 -> r1.229)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.228&r2=1.229)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2010-08-25 01:14:27 orafce - orafce: Adjusted to 9.1.
Previous Message Tom Lane 2010-08-25 00:48:06 pgsql: Update 9.0 release notes for changes since beta4.