]> granicus.if.org Git - postgresql/commit
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:00:14 +0000 (08:00 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 30 Apr 2005 08:00:14 +0000 (08:00 +0000)
commit7ce01797bd115b0269ee93bc42fe858a7bfb9a47
tree0eceba56c4ba0bc44e62ef0e60227458baf7c9eb
parentf22b3b2760639dab3aeed5e378e417ed24abd7a6
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