pgsql: Fix a portability bug (ye olde not casting a argument - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix a portability bug (ye olde not casting a argument
Date
Msg-id 20070712235110.42E149FB3DA@postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix a portability bug (ye olde not casting a argument
List pgsql-committers
Log Message:
-----------
Fix a portability bug (ye olde not casting a <ctype.h> argument to
unsigned char).  Fortunately we still have buildfarm machines that
will flag this.  Seems to be new in CVS HEAD, so no backpatch.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        cash.c (r1.70 -> r1.71)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c.diff?r1=1.70&r2=1.71)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Get dirmod.c on the same page as port.h about whether we use
Next
From: pgunittest@pgfoundry.org (User Pgunittest)
Date:
Subject: pgunittest - pgUnitTest: New Directory