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

BSD WAL support. #90

Merged
merged 5 commits into from
Jun 4, 2024
Merged

BSD WAL support. #90

merged 5 commits into from
Jun 4, 2024

Conversation

ncruces
Copy link
Owner

@ncruces ncruces commented Jun 4, 2024

Fixes #85.

@ncruces
Copy link
Owner Author

ncruces commented Jun 4, 2024

Pretty confident this works.

Passes all tests in FreeBSD, and on Linux/macOS with the sqlite3_flock build tag (used for testing/development).

Tests are failing on illumos/Solaris because I'm stressing mmap and getting OOM errors. Need to figure that out, but it's likely a CI issue.

@ncruces ncruces changed the title Towards BSD WAL. BSD WAL support. Jun 4, 2024
@ncruces ncruces marked this pull request as ready for review June 4, 2024 23:27
@ncruces ncruces merged commit e9ed4c1 into main Jun 4, 2024
9 checks passed
@ncruces ncruces deleted the bsd-wal branch June 13, 2024 22:36
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.

Implement shared memory BSD locks
1 participant