-
There exists a FFI to load dynamic native code from the Prolog side, but I would like to expose Rust functions as predicates when creating a new prolog machine.
The use case is for my experimenta…
tatut updated
7 months ago
-
- [ ] [Docker HA image](https://github.com/timescale/timescaledb-docker-ha/pull/426)
[Sample pull request](https://github.com/timescale/timescaledb-docker-ha/pull/298)
Add new version to `TIMESC…
-
-
When I check the `is_compatible_with` function for `String`, we also check `VARCHAROID`. This way, we can map `TEXT` + `VARCHAR` datums to Rust `String`.
But it is not the case with `VARCHAR[]`. I …
-
This would, I think, make it easier to run these in CI, because they'd stop being completely distinct packages... but that may be the problem? Some examples, like the bgworker example, require special…
-
I'm having trouble starting the server when the size of shared memory is beyond a certain size (not particularly large). If I take the [shmem example](https://github.com/pgcentralfoundation/pgrx/tree/…
-
### What happens?
I'm unable to build `pg_analytics` standalone on Linux ppc64el as it fails to link `pgrx_embed_pg_analytics`.
The build log starting with successful `pg_analytics` compilation is…
-
Postgres supports a `COMMENT ON {item}` functionality. We should be taking docstrings from Rust code and propagating these into `COMMENT ON {item}` SQL. Possibly we should be only taking the first lin…
-
Hi,
I see that it's possible to rely on self managed binaries (using either --pgXX or setting $PGXX_PG_CONFIG env var) to avoid recompiling everything, but even in that case pgrx forces new dedicat…
rjuju updated
8 months ago
-
**Relevant system information:**
- OS: macOS 14.2.1 (23C71)
- PostgreSQL version (output of `SELECT version();`): [e.g. 12.0, 13.2, etc]
- TimescaleDB Toolkit version: "PostgreSQL 16.1 on aarch6…