Replace linear searches with binary searches in pg_dump's code to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Sep 2007 23:39:36 +0000 (23:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Sep 2007 23:39:36 +0000 (23:39 +0000)
commitc3b193a5c3d7395a4166d262b9a4f4c625644dfd
tree2f3ceb0cee96f3a6256fa9f3cb3d9098b6c0cbc1
parentaabb7000dc8d58d1821bc870fe140be9d3bfcced
Replace linear searches with binary searches in pg_dump's code to
lookup objects by OID.  Per gripe from nikitathespider.
src/bin/pg_dump/common.c