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

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

From
neilc@svr1.postgresql.org (Neil Conway)
Date:
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)