Thank you for contributing! Just a few tips here:
cargo fmt
andcargo clippy
your code before opening up a PR- Run the test suite (e.g.
pgbench
) to make sure everything still works. The tests are in.circleci/run_tests.sh
. - Performance is important, make sure there are no regressions in your branch vs.
main
.
Happy hacking!
See Issues.