pgsql: Fix another obvious bug pointed out by a compiler warning.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix another obvious bug pointed out by a compiler warning.
Date: 2010-05-14 00:43:42
Message-ID: 20100514004342.AD8407541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix another obvious bug pointed out by a compiler warning.

Modified Files:
--------------
pgsql/contrib/pg_upgrade:
info.c (r1.4 -> r1.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/info.c?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2010-05-14 03:20:06 pgsql: tag 8.4.4
Previous Message Tom Lane 2010-05-14 00:39:51 pgsql: Remove another unsafe use of random data as a format string.