Make pg_dump emit a useful error message, instead of just dumping core,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Mar 2005 18:57:33 +0000 (18:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Mar 2005 18:57:33 +0000 (18:57 +0000)
commitc7d52d6baac2a5733af6d4b8ba5c365b216c2957
tree5c8e7a152bc3c0d1d21fb66b4f692a6f541d83af
parentff0ca25d47611666af49385336002b678180c86a
Make pg_dump emit a useful error message, instead of just dumping core,
if it finds a pg_rewrite entry for which there is no pg_class entry.
Per report from Andrew Slobodyanyk.
src/bin/pg_dump/pg_dump.c