Adam Guo
Adam Guo
Hi, bumping this thread to see if there are any developments here? I believe pgrx 0.12.0 doesn't compile with 1.72.0 anymore, so iiuc the Rust version needs to be updated...
To update the extension version you'll need to bump EXTVERSION in the Makefile as well. Not sure if that's causing these regression test failures though
Sorry I haven't gotten to this in a while -- the change looks good to me. I did a manual sanity check to make sure that after updating pg_tle from...
As a side-note there's another issue preventing users from creating extensions with almost-63 chars. Since function names are capped at 63 chars, I don't think our current implementation can handle...
Since this is an expected and documented client-side behaviour [1], we shouldn't try to change this on the pg_tle side. However it's worth adding a note in the example for...
We haven't -- it's not too relevant for our existing examples since to my knowledge they weren't proposed or discussed elsewhere first (though I could be wrong about uuid_v7).
Makes sense, I can add that to this PR
Thank you for suggesting this, we will look into it.