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:55 +0000 (08:00 +0000)
committerNeil Conway <neilc@samurai.com>
Sat, 30 Apr 2005 08:00:55 +0000 (08:00 +0000)
commit15ea6d5a2fdc57ef14ebf2c06f4f7392b6599899
tree580e376f7c30c034e9109f1bf33508ca3d8f1d62
parent3b15457092d488eb86ef699a412013a22d2bb2ea
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