Skip to content

Handle backward scan support for subquery RTEs#41

Open
Serge-sudo wants to merge 1 commit intoorioledb:patches17from
Serge-sudo:fixed-cursor-subquery-fail
Open

Handle backward scan support for subquery RTEs#41
Serge-sudo wants to merge 1 commit intoorioledb:patches17from
Serge-sudo:fixed-cursor-subquery-fail

Conversation

@Serge-sudo
Copy link

The code incorrectly assumed that all range table entries have a valid relid. This is not true for subquery RTEs, which resulted in relid = 0 and caused cache lookup failures when cursors were used.

Fix for #34

The code incorrectly assumed that all range table entries have a valid
relid. This is not true for subquery RTEs, which resulted in relid = 0
and caused cache lookup failures when cursors were used.
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