pgsql: Clean up signedness warnings and 64-bit bugs in recent psql

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up signedness warnings and 64-bit bugs in recent psql
Date: 2006-02-10 22:29:06
Message-ID: 20060210222906.859329DCAA6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up signedness warnings and 64-bit bugs in recent psql printing
patch. Martijn van Oosterhout and Tom Lane

Modified Files:
--------------
pgsql/src/bin/psql:
mbprint.c (r1.19 -> r1.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mbprint.c.diff?r1=1.19&r2=1.20)
print.c (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c.diff?r1=1.81&r2=1.82)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-10 22:31:16 Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align
Previous Message Tom Lane 2006-02-10 22:05:42 pgsql: Make it possible to run initdb from an admin account on Windows,