]> granicus.if.org Git - postgresql/commit
Refactor pg_dump.c to avoid duplicating returns-one-row check.
authorRobert Haas <rhaas@postgresql.org>
Thu, 16 Feb 2012 17:07:06 +0000 (12:07 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 16 Feb 2012 17:07:06 +0000 (12:07 -0500)
commit549e93c990575b2b69c49fcacc0f280bc9762db9
tree1c0c88d10b0fde06370b15e39d1dc5f37af905c6
parente9a22259c45e235aaa30f0d068f767d9c0f818a0
Refactor pg_dump.c to avoid duplicating returns-one-row check.

Any patches apt to get broken have probably already been broken by the
error-handling cleanups I just did, so we might as well clean this up
at the same time.
src/bin/pg_dump/pg_dump.c