]> granicus.if.org Git - postgresql/commit
Remove some of the most blatant brain-fade in the recent guc patch
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Apr 2007 03:52:40 +0000 (03:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Apr 2007 03:52:40 +0000 (03:52 +0000)
commitdbcd9d6160ad940d6216e7f3247409b13f64980e
tree4f3f5f18ed1393ac41dfa635881d5b15cf26ad26
parentafcf09dd9034f24e34dd46f69938882ab5b103d2
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?
src/backend/utils/misc/guc.c