Skip to content

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