pgsql: Fix a passel of signed vs unsigned char warnings.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a passel of signed vs unsigned char warnings.
Date: 2007-07-15 23:30:19
Message-ID: 20070715233019.BF2CC9FA4DF@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-15 23:46:20 pgsql: Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely
Previous Message Tom Lane 2007-07-15 23:09:26 pgsql: Silence a rather odd compiler warning.