This patch fixes a bug in the error message emitted by pg_restore on an
authorNeil Conway <neilc@samurai.com>
Fri, 29 Apr 2005 07:08:06 +0000 (07:08 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 29 Apr 2005 07:08:06 +0000 (07:08 +0000)
commit18b5ef5a76f39436782d3fc0c76e3712027cc235
treef252a7d7217d2fe34350bbcd726f9fce7959ea73
parentdaec16d0baa44fdc8b78f262ff993489716ca4ec
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