Skip to content

[PGPRO-17316] Fixed a bug that appeared in e36d1644.#170

Merged
arseny114 merged 1 commit intopostgrespro:masterfrom
arseny114:PGPRO-17316
Mar 13, 2026
Merged

[PGPRO-17316] Fixed a bug that appeared in e36d1644.#170
arseny114 merged 1 commit intopostgrespro:masterfrom
arseny114:PGPRO-17316

Conversation

@arseny114
Copy link
Collaborator

A bug appeared in commit e36d164, due to which, regardless of the strategy and type of the ORDER BY column, the NoMovementScanDirection direction was selected and the index followed the path with internal sorting.

The bug has been fixed in this commit. Now, if possible, RUM gets the items from the scan immediately in the correct order.

Tags: rum

A bug appeared in commit e36d164, due to which, regardless of the strategy and
type of the ORDER BY column, the NoMovementScanDirection direction was selected
and the index followed the path with internal sorting.

The bug has been fixed in this commit. Now, if possible, RUM gets the items from
the scan immediately in the correct order.

Tags: rum
@arseny114 arseny114 merged commit f557ab1 into postgrespro:master Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant