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

Lists: pgsql-committers
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
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)