pgsql: Suppress signed-vs-unsigned-char warning.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress signed-vs-unsigned-char warning.
Date: 2010-05-09 18:17:47
Message-ID: 20100509181747.2E7327541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Suppress signed-vs-unsigned-char warning.

Modified Files:
--------------
pgsql/src/bin/psql:
print.c (r1.126 -> r1.127)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.126&r2=1.127)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-05-09 18:17:53 pgsql: Suppress signed-vs-unsigned-char warning.
Previous Message Tom Lane 2010-05-09 18:11:55 pgsql: Fix missing static declaration for XLogRead().