-
I am investigating to launch several background process to do a parallel table scan in my index extension. But now, I encounter some problems.
When I use `pg_sys::LaunchParallelWorkers()` to launch…
-
Howdy! I've had a hell of a couple of days trying to figure out what all is going on here, and I don't know that I'd even say I have _successfully_ but I at least wanted to post back some notes.
So…
-
Not sure if this is related to #731, but I got to this point trying to get to work under mingw64 and changing the test files.
```
export PG_VER=15
export PGPATH=/projects/postgresql/rel/pg${PG_VE…
-
## 什么是 PostgreSQL Extension
PostgreSQL Extension 是一个可插拔的功能扩展,用于在 PostgreSQL 数据库系统中添加额外的功能和能力。这些扩展可以由第三方开发者开发并加入到 PostgreSQL 中,以满足特定的需求。扩展可以增强数据库功能。
有些非常不错的 Extensions 甚至成了一些公司选型 Postgres 的理由比如:[Ti…
-
This example produces an un-reasonably complex error, and only during `cargo pgrx test` phase. I also tried it with `Option`
```rust
#[pg_extern]
fn hello_postile(value: u32) -> String {
fo…
-
...that's all I've got, tbh.
it's mentioned as a limitation but I have no idea why. I genuinely looked for an issue about this but couldn't find one? maybe my issue-finding-fu is just weakened by t…
-
Probably not a bug since running with `block_size` larger than 8K is not common, but this assert triggers on my setup (`block_size = 32768`):
```rust
assert!((*header).pd_special
levkk updated
4 months ago
-
I was trying to apply this diff:
### Code
```diff
let variants = self.variants.iter().map(|variant| variant.ident.clone());
- let sql_graph_entity_fn_name =
- syn::…
-
Nix is gaining more and more in popularity, with tools like devenv and process-compose making it a viable alternative to docker-compose to run postgres locally in your dev setup. We use pgx_ulid and t…
-
Hi,
Happy new year 👍
After having installed per the instructions (https://postgresml.org/docs/resources/developer-docs/installation) I ran into this:
## Error
error[E0412]: cannot find type …