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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove some of the most blatant brain-fade in the recent guc
Date: 2007-04-22 03:52:40
Message-ID: 20070422035240.878119FB33C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-22 13:26:20 Re: [COMMITTERS] pgsql: Some further performance tweaks for planning large inheritance
Previous Message Tom Lane 2007-04-21 21:01:46 pgsql: Some further performance tweaks for planning large inheritance

Browse pgsql-hackers by date

  From Date Subject
Next Message rancpine cui 2007-04-22 07:04:10 what's the difference among "session"&"backend"&"process"?
Previous Message Tom Lane 2007-04-22 02:34:57 Re: 27 second plan times