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:29 +0000 (08:01 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 30 Apr 2005 08:01:29 +0000 (08:01 +0000)
commit8f54b0555126988e52a2e654ef28fbf651087e38
tree923093e0754f2a500066f0514a11e2140d8344b1
parent2cfb3b6d4d59dabd401b658023629d15688f8493
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