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)
commit5c3f2e557cde65337073e379b724606dc92480be
tree76b499a3560d0a5b4ebffccf7f4256f20eb5db36
parent17a97cafecb180a0227faa51bd880e51e1830383
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