-
Hi dear pgrx team:
pgrx bridged the powerful Postgres and RUST so it is very cool. thanks for the great job. However, I hit some memory issue and I'm not sure whether it is an issues.
I impleme…
lij55 updated
8 months ago
-
#[pg_extern]
fn get_u32() -> u32 {
let a: u32 = 2;
a
}
Error:
0: Could not write SQL to /home/postgres/pg16/share/extension/postgrid--0.0.0.sql
1: Got non-plain mapped/composit…
-
Thanks first for this great project!
Would you pls also provide pkgs for musl system? such as alpine@aarch64.
(I tried to build 0.2.0, ended with failure of 'LLVM run out of memory', 12G memory …
njhsi updated
8 months ago
-
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
|
1…
-
Recently, someone had their project fail to build because Rust 2018 doesn't include TryFrom in the prelude, and our macros started implicitly relying on that TryFrom import. Oops?
Most pgrx users p…
-
During `pgml.train()`, no error from pgml is logged but then training fails with the error below. Seems like it pgrx is logging that here from [here](https://github.com/pgcentralfoundation/pgrx/blob/5…
-
Howdy folks! I'm writing a plugin to create a prefixed KSUID and I'm running into an issue:
```rust
Error: error returned from database: no binary output function available for type pksuid
Caus…
Fyko updated
10 months ago
-
I think I'm getting a bit warmer here. Now I'm battling this error:
```
error[E0587]: type has conflicting packed and align representation hints
--> C:\ming64\projects\rust\pgrx\target\debu…
-
Hi,
I am facing trouble building pgml from the source. I am following [the developer guide](https://postgresml.org/docs/guides/setup/developers). When I run the unit tests with `cargo pgrx test`, …
-
I've noticed an oddity. When I make a change to my code and then run `cargo pgrx run`, the code change is reflected immediately, without the need for DROP EXENSION / CREATE EXTENSION.
This is reall…