Eric Ridge

Results 182 comments of Eric Ridge

> TS and Rust are both fast moving targets I think that's overblown for Rust. Target a Rust language edition (say 2018) and you're gtg. I didn't look hard, but...

> I chatted to the Wasmer team about using their WASM binding I've seen that. Haven't used it. Looks like it only supports 3 integer data types and is limited...

Thanks for all the hard work here everyone. I'm gonna take this over.

`cargo pgx install` is intended to use `--debug` by **default**. Only `cargo pgx package` defaults to `--release`. The typical usage of `cargo pgx install` is for general development where you...

okay. Lets close this one then. to clarify: `test`, `run`, `install` should default to "--debug" and `package` should default to "--release". And of course, whatever `--profile xxx` says wins.

> Yep (and `schema` also defaults to debug). Oh sure, `schema`. On its own (as in `cargo pgx schema`), yeah it should default to debug. But when that code is...

I think this looks good now. Let’s have @workingjubilee confirm next week before we merge. Thanks for the work, @yrashk!

> PostgreSQL 15 is released! 🎉 > > I updated the PR so that it runs PostgreSQL 15 in CI now that APT packages are available. I've also removed the...

this looks pretty good. I hacked @zombodb to use this and after a few tweaks for `feature = "pg15"` here and there it compiled and passed all its tests. If...

Thanks @Smittyvb! We appreciate the contribution.