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

Neil Conway <neilc@samurai.com>

Commit: 7ce01797bd115b0269ee93bc42fe858a7bfb9a47
Author: Neil Conway <neilc@samurai.com>
Date: 2005-04-30T08:00:14Z
Releases: 8.0.3
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