Re: BUG #17068: Incorrect ordering of a particular row.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: ganeshmmahesh(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17068: Incorrect ordering of a particular row.
Date: 2021-06-22 13:25:30
Message-ID: CA+hUKG+TrnLnccaspLsimQnm34wUsdxSpxQiS9jrTScUo=kFiQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jun 23, 2021 at 1:07 AM David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> I've attached an SQL file to make it easier to reproduce.

If you change the SELECT list to output alias3::text, there's a
different value there:

id | alias3
----+----------
1 | (Burn)
1 | (Burn)
1 | (Burn)
3 | (Burn)
3 | (Burn)
3 | (Burn)
3 | (Burn)
5 | (Burn)
1 | (Cool)
1 | (Cool)
1 | (Cool)
3 | (Cool)
3 | (Cool)
3 | (Cool)
3 | (Cool)
5 | (Cool)
1 | (Killer)
1 | (Killer)
1 | (Killer)
3 | (Killer)
3 | (Killer)
3 | (Killer)
3 | (Killer)
5 | (Killer)
1 | (Nikon)
1 | (Nikon)
1 | (Nikon)
3 | (Nikon)
3 | (Nikon)
3 | (Nikon)
3 | (Nikon)
5 | (Nikon)
1 | ()
1 | ()
1 | ()
3 | ()
3 | ()
3 | ()
3 | ()
5 | ()
4 |
4 |
4 |
4 |
(44 rows)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Rowley 2021-06-22 13:32:37 Re: BUG #17068: Incorrect ordering of a particular row.
Previous Message David Rowley 2021-06-22 13:06:44 Re: BUG #17068: Incorrect ordering of a particular row.