pgsql: This patch fixes a bug in the error message emitted by pg_restore - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: This patch fixes a bug in the error message emitted by pg_restore
Date
Msg-id 20050430080024.ACEC95388C@svr1.postgresql.org
Whole thread Raw
List 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:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_restore.c (r1.68 -> r1.68.4.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.68&r2=1.68.4.1)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix BCC to not define compiler location.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch fixes a bug in the error message emitted by pg_restore