On Mon, 6 Oct 2025 at 16:42, David Rowley <[email protected]> wrote: > Looking at truncate_useless_pathkeys(), it tries to be fairly liberal > and not truncate anything that might be useful for various operations > that require sorted Paths. However, it's not quite liberal enough to > consider WindowClause sort orders.
I suspect there are not going to be many arguments against fixing this, so I've gone ahead and pushed it to master. David
