Skip to content

Don't unconditionally call RelationGetIndexList()#2

Open
mhagander wants to merge 1 commit into
johto:masterfrom
mhagander:rd_indexvalid
Open

Don't unconditionally call RelationGetIndexList()#2
mhagander wants to merge 1 commit into
johto:masterfrom
mhagander:rd_indexvalid

Conversation

@mhagander
Copy link
Copy Markdown

This function will even in the short-circuit case do a list_copy().
Instead, make the same check directly on rd_indexvalid that the backend
function does, before calling it conditionally.

This function will even in the short-circuit case do a list_copy().
Instead, make the same check directly on rd_indexvalid that the backend
function does, before calling it conditionally.
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