Browse Source
Use seaweedfs/cockroachdb-parser v0.0.0-20251021182748-d0c58c67297e via replace directive to fix building on 32-bit architectures like OpenBSD ARM. The replace directive ensures all imports of github.com/cockroachdb/cockroachdb-parser use the seaweedfs fork which includes fixes for: - Integer overflow in tsearch evaluation (int -> int64) - Flag type overflow in lexbase and tree packages (int -> int64)pull/7304/head
2 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue