-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Fix #7780, CTE flags for some functions were removed by a mistake #10768
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
Conversation
The changes look correct to me. Thx. |
Let's merge it. |
Unless I'm missing something, it looks like stristr was not part of the list previously, and now it is. While we can make it CTE, I believe it is strictly speaking wrong to do for non-master? |
given |
While I tend to agree that it's quite silly not to do it for stripos, I don't want to make the decision by myself to also include this one in a stable release as that's not strictly speaking part of the bugfix. And I don't want to accidentally break any rules here. The other changes are fine for me. Why don't you add stripos instead to your other PR about CTE? Otherwise, we could ask someone else's opinion about stripos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good now. :)
I'll merge it tonight, squashed. I'll also update the title of the final commit because this fixes a bug in 7780, it does not fix a bug reported in that issue.
I checked all functions from #7780
discussed here: #10729 (comment)