This patch fixes a bug in the error message emitted by pg_restore on an

Neil Conway <neilc@samurai.com>

Commit: 6dce59ced9d9051e58b488ddffbbc6a135902f0c
Author: Neil Conway <neilc@samurai.com>
Date: 2005-04-30T08:01:58Z
Releases: 7.2.8
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.

Files

PathChange+/−
src/bin/pg_dump/pg_restore.c modified +2 −2