Replace linear searches with binary searches in pg_dump's code to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c3b193a5c3d7395a4166d262b9a4f4c625644dfd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-23T23:39:36Z
Releases: 8.3.0
Replace linear searches with binary searches in pg_dump's code to
lookup objects by OID.  Per gripe from nikitathespider.

Files

PathChange+/−
src/bin/pg_dump/common.c modified +84 −42