pgsql: Remove some of the most blatant brain-fade in the recent guc - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove some of the most blatant brain-fade in the recent guc
Date
Msg-id 20070422035240.878119FB33C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove some of the most blatant brain-fade in the recent guc patch
(it's so nice to have a buildfarm member that actively rejects naked
uses of strcasecmp).  This coding is still pretty awful, though, since
it's going to be O(N^2) in the number of guc variables.  May I direct
your attention to bsearch?

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.387 -> r1.388)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.387&r2=1.388)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Some further performance tweaks for planning large inheritance
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Allow commenting of variables in postgresql.conf to