group by bug in 6.2.1 & 6.3 -snapshot

From: Serj <fenix(at)am(dot)ring(dot)ru>
To: pgsql-hackers(at)postgreSQL(dot)org, pgsql-questions(at)postgreSQL(dot)org
Subject: group by bug in 6.2.1 & 6.3 -snapshot
Date: 1998-01-21 14:56:50
Message-ID: 34C60CB2.D652CDD4@am.ring.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-21 15:05:17 Re: [HACKERS] Re: locking
Previous Message Darren King 1998-01-21 14:13:05 Re: [HACKERS] subselects