pgsql: Replace linear searches with binary searches in pg_dump's code to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Replace linear searches with binary searches in pg_dump's code to
Date
Msg-id 20070923233937.1CEEB753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Replace linear searches with binary searches in pg_dump's code to
lookup objects by OID.  Per gripe from nikitathespider.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        common.c (r1.97 -> r1.98)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/common.c?r1=1.97&r2=1.98)

pgsql-committers by date:

Previous
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Add perl replacements for build.bat and vcregress.bat.
Next
From: adunstan@postgresql.org (Andrew Dunstan)
Date:
Subject: pgsql: Remove "convert 'blah' using conversion_name" facility, because