This patch fixes a bug in the error message emitted by pg_restore on an
authorNeil Conway <neilc@samurai.com>
Sat, 30 Apr 2005 08:01:58 +0000 (08:01 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 30 Apr 2005 08:01:58 +0000 (08:01 +0000)
commit6ed2e017bf70543dc32cab66e521a993e25f4ba0
treed4ccd4f88b3a6080cf487452bb1a64ffffac29f1
parent40c52bd326528c8ac6488469ace4e9c86ee7f815
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.
src/bin/pg_dump/pg_restore.c