]> 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:01:58 +0000 (08:01 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 30 Apr 2005 08:01:58 +0000 (08:01 +0000)
commit6dce59ced9d9051e58b488ddffbbc6a135902f0c
tree7e79124bae1faa1a5d0d04dc190ce972fce8a8cc
parent9524c6b8aedecfcea77287b4f6452288dcf8dc7a
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