Eric Ridge

Results 182 comments of Eric Ridge

A postgres-side setup function is an interesting idea. I'd have to think about what that means since the `#[pg_test]` functions (also) run in parallel.

I replied on discord with this: > I’m on yet another road trip today but it looks like you hand-edited the bindings files. Instead, update the includes/*.h files to pull...

Looks pretty good!

I have to admit, unit testing in general is not my strong point. I find it fairly difficult, even outside of pgx. I would like to do an hour or...

> Thank you! Could you approve the workflow to run? Done.

I'd be happy with a PR that tidies this up a little bit. I'm fine with any more idiomatic thing you come up with. ;)

If we're to do this, I think we're gonna need to basically reimplement `jsonb` in rust. Assuming we can use serde to do both serialization and deserialization, perhaps we publish...

you don't have cargo-pgx v0.4.3 installed locally. you have 0.4.5. Fix that and you'll be gtg.

`cargo install cargo-pgx --version 0.4.3 --force` cargo doesn't let ya downgrade unless you `--force` it to. The point of this issue, here, ought to be that a newer pgx version...

well, that stinks. You could instead install cargo-pgx 0.4.5, and then manually edit ZomboDB's `Cargo.toml` file and update the three `pgx*` dependencies to use v0.4.5. That would get you going....