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 uses of volatile pointers in update write access policies #5256

Merged
merged 1 commit into from Mar 27, 2023

Conversation

msullivan
Copy link
Member

Currently, the way they are structured results in the value getting
duplicated in the contents CTE instead of being evaluated once.

Adds test for insert and the multi case too but those already worked.

Currently, the way they are structured results in the value getting
duplicated in the contents CTE instead of being evaluated once.

Adds test for insert and the multi case too but those already worked.
@msullivan msullivan requested a review from elprans March 27, 2023 18:24
@msullivan msullivan merged commit 6fe79ea into master Mar 27, 2023
21 checks passed
@msullivan msullivan deleted the pol-trouble branch March 27, 2023 19:17
msullivan added a commit that referenced this pull request Apr 4, 2023
Currently, the way they are structured results in the value getting
duplicated in the contents CTE instead of being evaluated once.

Adds test for insert and the multi case too but those already worked.
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.

None yet

2 participants