pgsql: Fix unportable isdigit() call --- must cast arg to unsigned char.

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unportable isdigit() call --- must cast arg to unsigned char.
Date: 2004-11-20 02:09:50
Message-ID: 20041120020950.8FE453A3B66@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix unportable isdigit() call --- must cast arg to unsigned char.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
formatting.c (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/formatting.c.diff?r1=1.81&r2=1.82)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-20 03:52:03 pgsql: On some HPUX versions/hardware, it seems we need to include
Previous Message Tom Lane 2004-11-20 00:49:31 pgsql: Move pgstat_report_tabstat() call so that stats are not reported