Re: v17 Possible Union All Bug - Mailing list pgsql-bugs

From David Rowley
Subject Re: v17 Possible Union All Bug
Date
Msg-id CAApHDvqGS=y2EgzLLJLBqPu0Cms9kecVs7H3ZG2pz9ofL9r3zg@mail.gmail.com
Whole thread Raw
In response to Re: v17 Possible Union All Bug  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: v17 Possible Union All Bug  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
On Sat, 27 Jan 2024 at 13:19, David Rowley <dgrowleyml@gmail.com> wrote:
> Are the results correct if you SET enable_presorted_aggregate=0;?

For the record, I don't get the same results as you. Perhaps you have
some other roles that I don't have.

I see:
  oid  | role_type |      rolname       | rolsuper | administration
-------+-----------+--------------------+----------+----------------
 42077 | User      | u6_green_leader_su | f        |
(1 row)

It might be worth trying to make the repro more self-contained. Can
you swap out the auth table with a mockup of it?

David



pgsql-bugs by date:

Previous
From: David Rowley
Date:
Subject: Re: v17 Possible Union All Bug
Next
From: Yongtao Huang
Date:
Subject: Re: BUG #18310: Some SQL commands fail to process duplicate objects with error: tuple already updated by self