Chris Cleveland

Results 44 issues of Chris Cleveland

How do I attach a debugger to test code? It's pretty easy to do it for regular code. I do "cargo pgx run pg14", let psql start, and then in...

I was looking for a way to specify a different name for a function using `#[pg_extern]` and could not find documentation on the parameters that it accepts. I eventually found...

docs
macro

### Is your feature request related to a problem? Please describe. Nuxt Content supports markdown, csv, etc. It would also be good to support Asciidoc, which is much better for...

enhancement

Similar to #803, I have an existing Token type (widely used throughout the system) that looks like this: ``` pub struct Token { pub token_type: TokenType, // other stuff }...

In an attempt to diagnose #1330 I installed the new 0.11.0 and tried out the new dynamic function calls. I got a leak. Perhaps a fix for this one will...

impact-leaky

I just upgraded to v0.11.0 from 0.10.something. I now get this compiler warning: ``` warning: `extern` block uses type `NodeTag`, which is not FFI-safe --> src/cfuncs/bindings.rs:11:16 | 11 | index:...

upstream

I'm developing an index access method. In the ambuild method / build_callback I call a pg_extern function to process a string column that is coming from the table getting indexed....

impact-leaky

For performance reasons, I need to cache the oid of a custom Postgres type that I create with pgrx. I'm having a bit of trouble. If I fetch the oid...

docs
pgrx.hook

I noticed that there is a separate crate under the Tantivy project that also does bitpacking. So far as I can tell, the other crate does 64 bit compression and...

I have a fairly large pgrx extension that implements an index access method. I'd love to run it on AWS RDS or Aurora, but can't because they don't support untrusted...

enhancement