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

consensus: remove separator comment queries #629

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

pro-wh
Copy link
Collaborator

@pro-wh pro-wh commented Feb 8, 2024

These put pgx's pipeline out of sync when it expects to find an Exec result and instead finds the next query's output.

These put pgx's pipeline out of sync when it expects to find an Exec result
and instead finds the next query's output.
@pro-wh pro-wh added bug Something isn't working analysis-layer Analysis layer-related issues. labels Feb 8, 2024
Copy link
Contributor

@mitjat mitjat left a comment

Choose a reason for hiding this comment

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

Thank you, and nice debugging!

What I think the implication is: Before this PR, genesis processing would first always fail with failed to submit tx using the fast path; falling back to slow path, then succeed via the slow path. After this PR, the fast path succeeds also.

Correct?

@pro-wh
Copy link
Collaborator Author

pro-wh commented Feb 8, 2024

correct

@pro-wh pro-wh merged commit fd00b8d into main Feb 8, 2024
9 checks passed
@pro-wh pro-wh deleted the pro-wh/bugfix/genesissep branch February 8, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis-layer Analysis layer-related issues. bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants