-
Notifications
You must be signed in to change notification settings - Fork 671
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
Segmentation fault CASE WHEN with DO block #7381
Labels
Comments
copetol
pushed a commit
to copetol/citus
that referenced
this issue
Mar 7, 2024
JelteF
pushed a commit
that referenced
this issue
Mar 8, 2024
When using a CASE WHEN expression in the body of the function that is used in the DO block, a segmentation fault occured. This fixes that. Fixes #7381 --------- Co-authored-by: Konstantin Morozov <vzbdryn@yahoo.com>
emelsimsek
pushed a commit
that referenced
this issue
Mar 11, 2024
When using a CASE WHEN expression in the body of the function that is used in the DO block, a segmentation fault occured. This fixes that. Fixes #7381 --------- Co-authored-by: Konstantin Morozov <vzbdryn@yahoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the CASE WHEN expression in the body of the function that is used in the DO block, a segmentation error occurs.
If you call with a simple parameter in the DO block, then the error is not observed.
There is no such error in pure postgresql.
I have checked several versions of citus and this problem has been observed everywhere.
Example:
Short log:
The text was updated successfully, but these errors were encountered: