pgsql: This patch fixes a bug in the error message emitted by pg_restore

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch fixes a bug in the error message emitted by pg_restore
Date: 2005-04-30 08:02:03
Message-ID: 20050430080203.53B425388C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch fixes a bug in the error message emitted by pg_restore on an
incorrect -F argument: write_msg() expects its first parameter to be a
"module name", not the format string.

Tags:
----
REL7_2_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_restore.c (r1.33 -> r1.33.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.33&r2=1.33.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-04-30 08:08:53 pgsql: GCC 4.0 includes a new warning option, -Wformat-literal, that
Previous Message Neil Conway 2005-04-30 08:01:29 pgsql: This patch fixes a bug in the error message emitted by pg_restore