BSD WAL support. (#90)

Uses in-memory locks.
Also supports illumos.
This commit is contained in:
Nuno Cruces
2024-06-05 00:43:49 +01:00
committed by GitHub
parent d78a53a789
commit e9ed4c103d
16 changed files with 314 additions and 32 deletions

View File

@@ -131,7 +131,7 @@ jobs:
- name: Test riscv64 (interpreter)
run: GOARCH=riscv64 go test -v -short ./...
- name: Test s390x (big-endian, z/OS)
- name: Test s390x (big-endian, z/OS demo)
run: GOARCH=s390x go test -v -short -tags sqlite3_flock ./...
test-vm: