Re: [QUESTIONS] postgres 6.2.1 Group BY BUG

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: fenix(at)am(dot)ring(dot)ru (Serj)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [QUESTIONS] postgres 6.2.1 Group BY BUG
Date: 1998-02-13 20:14:42
Message-ID: 199802132015.PAA19731@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Can you try this in the current 6.3 beta and tell us if it is fixed?

> HI
>
> I found some bug:
> When I select from table (select A,B,count(*) INTO table tmp1 FROM AAA
> group by A,B; ) in
> big table some touples are duplicated ;(,
>
> A, B, count(*)
> 321 1 3 \ ?
> 321 1 2 / ?
> 321 2 5
> ...........
>
> PS: I use linux 2.0.33 and solaris 2.5.1 and postgres 6.2.1v7
>
> --
> SY, Serj
>
>

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Henry B. Hotz 1998-02-13 20:31:32 Re: [PORTS] v6.3 release ToDo list and supported ports
Previous Message Bruce Momjian 1998-02-13 20:12:22 Re: [HACKERS] Re: [QUESTIONS] trouble grouping rows