Re: Issue with query_is_distinct_for() and grouping sets
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-23T04:33:08Z
Lists: pgsql-hackers
On Thu, 23 Oct 2025 at 16:43, Richard Guo <guofenglinux@gmail.com> wrote: > How about using the following wording in the commit message? > > " > The previous logic in query_is_distinct_for() was incomplete because > the check was insufficiently thorough and could return false when it > should have returned true. > " "it could" might be more accurate. The function is under no obligation to return true for every possible case. David
Commits
-
Fix distinctness check for queries with grouping sets
- f00484c170f5 19 (unreleased) landed