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-29 07:08:06
Message-ID: 20050429070806.6C74A5373E@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.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_restore.c (r1.69 -> r1.70)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2005-04-29 12:54:10 pgbuildfarm - client-code: fix varname typo fix failure where parent
Previous Message Bruce Momjian 2005-04-29 05:03:02 pgsql: Done: > * -Implement shared row locks and use them in RI