Re: BUG #4999: select 'a' < 'A' is true, but should be false . . . - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Date
Msg-id 6367.1251145809@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> ...  It seems to me based on my short
> tenure reading this mailing list that when someone provides a
> reproducible test case of Postgres verifiably DTWT it usually attracts
> plenty of attention and gets dealt with relatively quickly, usually
> with a friendly "thanks for the report!".
> ...
> I think there's definitely room for some better bug wrangling, but
> given the number of garbage bugs, the effort/reward ratio is likely to
> be pretty high.

Yeah.  I think that bugzilla, and probably also debbugs (though I've
got no experience with the latter), are designed for workflows where a
bug remains live for some considerable period of time and/or is handed
off to different people during its lifespan.  That doesn't really
describe our handling of bugs.  We try to close bugs immediately if at
all possible, and if not they end up as items on the TODO list.

As Robert says, we could be better about making sure that we provide
some kind of response to every bug submission; but I think what's
lacking there is the will and the cycles to do so, not so much a tool.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #4999: select 'a' < 'A' is true, but should be false . . .