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

Prevent WAL writes when using EXCLUSIVE locking mode #426

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

benbjohnson
Copy link
Collaborator

This pull request adds a check to ensure that an exclusive lock has been acquired for the WRITE lock byte when attempting to write to the WAL.

Fixes #425

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.

Writing to the WAL while using EXCLUSIVE locking mode should be prevented
1 participant