pg_dumpall should enforce the server version check for itself, rather
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dumpall.c | modified | +31 −4 |