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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up signedness warnings and 64-bit bugs in recent psql
Date
Msg-id 20060210222906.859329DCAA6@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make it possible to run initdb from an admin account on Windows,
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Removed an unnecessary declaration.