group by bug in 6.2.1 & 6.3 -snapshot - Mailing list pgsql-hackers

From Serj
Subject group by bug in 6.2.1 & 6.3 -snapshot
Date
Msg-id 34C60CB2.D652CDD4@am.ring.ru
Whole thread Raw
List pgsql-hackers
Hi

I find next bug:
in query "select a,b,count(*) from q group by a,b;" postgres do:
a    ,b    ,count(*)
5    2    3    ???
5    2    2    ???
6    3    6
.................

table - about 10000-30000 tuples.

PS: i use linux 2.0.33 & solaris 2.5.1

--
SY, Serj

pgsql-hackers by date:

Previous
From: Karl Denninger
Date:
Subject: Re: [QUESTIONS] Re: locking
Next
From: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] subselects