Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break srf_next into component fn #1692

Conversation

workingjubilee
Copy link
Member

Most of the code between TableIterator::srf_next and SetOfIterator::srf_next is duplicated. Unify them by breaking each into smaller parts, so that the components that are used by both can be the same.

@workingjubilee workingjubilee requested a review from NotGyro May 3, 2024 17:16
Copy link
Contributor

@eeeebbbbrrrr eeeebbbbrrrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. It looks like it follows the same execution paths as the original code.

@workingjubilee workingjubilee merged commit 525e885 into pgcentralfoundation:develop May 3, 2024
12 checks passed
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.

2 participants