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)
commit28bcc344b52823ccbbe9abd52cd5b18f08e8136a
treec87e7805039f6969754dc94708fe9639ef9fafe9
parente7fb9f18bfe545070f7b1761b2ff7779c19f331f
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