pg_dumpall should enforce the server version check for itself, rather

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c822fe05ae877ae6007ac91cce4111076e74b1f0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-18T23:47:52Z
Releases: 8.1.0
pg_dumpall should enforce the server version check for itself, rather
than simply passing it down to pg_dump.  Else, version-related failures
in pg_dumpall itself generate unhelpful error messages.

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +31 −4