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

Fix pg-mem crashes when setval has three arguments instead of two #375

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

neruchev
Copy link
Contributor

The current implementation only accepts two arguments. However, in Postgres, a setval can have three arguments, and when using such queries, the pg-mem crashes.

This PR fixes this problem.

@neruchev
Copy link
Contributor Author

@oguimbal
Hi! Can we merge this PR?

@oguimbal oguimbal merged commit a2ff3a0 into oguimbal:master Jul 31, 2024
@oguimbal
Copy link
Owner

see 2.9.0 release, thanks and sorry for the delay !

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