pgsql: Fix to use the same format specifiers in both branches of a

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix to use the same format specifiers in both branches of a
Date: 2009-05-27 20:47:55
Message-ID: 20090527204755.2598475331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix to use the same format specifiers in both branches of a ngettext().

Zdenek Kotala

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.212 -> r1.213)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.212&r2=1.213)
print.c (r1.112 -> r1.113)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.112&r2=1.113)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-05-27 21:08:22 pgsql: Properly return the usermap result when doing gssapi
Previous Message Tom Lane 2009-05-27 20:42:30 pgsql: Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE,