Andreas Garnaes
Andreas Garnaes
I stumbled randomly on this post while trying to add Postgres 17 support for PL/Rust. Perhaps you can use some of my learnings 🙂 https://github.com/tcdi/plrust/issues/412#issuecomment-3117135223
@jscheid, thanks for sharing your workaround – I can confirm it works for us as well.
We use a patch against `plrust` for running Cargo in [offline mode](https://doc.rust-lang.org/cargo/commands/cargo.html#option-cargo---offline), which may help with this issue. The patch considerably improves the time to define `plrust` functions, which was...
> How about rename Makefile.fuzz to Makefile, while it's the only build file in the directory​​ Makes sense — fixed in 8f5cf6c 🙂
After including the fix from #45, as well as a call to `roaring_bitmap_internal_validate`, then the fuzzer can run for 10 minutes with no findings 🥳 Note that the issue around...