pgsql: Fix a passel of signed vs unsigned char warnings. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix a passel of signed vs unsigned char warnings.
Date
Msg-id 20070715233019.BF2CC9FA4DF@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix a passel of signed vs unsigned char warnings.

Modified Files:
--------------
    pgsql/contrib/xml2:
        xpath.c (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c.diff?r1=1.15&r2=1.16)
        xslt_proc.c (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c.diff?r1=1.8&r2=1.9)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Silence a rather odd compiler warning.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely