Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Sami Imseih <samimseih@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Bykov Ivan <i.bykov@modernsys.ru>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2025-03-27T05:37:06Z
Lists: pgsql-hackers
On Thu, 27 Mar 2025 at 18:03, Sami Imseih <samimseih@gmail.com> wrote: > Maybe I am missing something, but when I applied the > v9-0001 patch alone, it did not solve the problem it > claims to and the pg_s_s regression test fails: That was an artifact of me not having made the split quite in the right place when dividing the patch into two. What's just been committed fixed that. Thanks for looking. David
Commits
-
Optimize Query jumble
- ad9a23bc4f51 18.0 landed