damien clochard

Results 41 issues of damien clochard

Not a actually bug, but a strange warning.... I registered my hooks with the following line ```rust static mut HOOKS: AnonHook = AnonHook { }; pgrx::hooks::register_hook(&mut HOOKS) ``` which I...

impact-unsound💥

### What topic is affected? Hi 👋 My name is Damien, I'm the main developper of the PostgreSQL Anonymizer extension. I noticed that you have a page about the extension...

Selecting another version is possible with the readthedocs addon at the bottom of each page.

The pg_regress command uses the default verbosity while cargo pgrx regress uses the terse verbosity. This means that many tests created for pg_regress will fail with cargo regress when HINT...

I'm in the process of moving my tests from `pg_regress` to `cargo regress` The `cargo regress` set the verbosity to "terse" here: https://github.com/pgcentralfoundation/pgrx/blob/develop/cargo-pgrx/src/command/regress.rs#L505 While pg_regress will use the default verbosity....

Let's say I have the really dumb idea of creating a data type with the exact same name that an existing Postgres Type. ```rust mod foo { use pgrx::prelude::*; #[derive(PostgresType,...

hey 👋 In a discussion with the Fedora packager of my extension, we're talking about how to make the RPM maintainer life easier ans it prompted the need for a...

cargo-pgrx

This will expose the ClientAuthentication_hook

Metropolis is dead, we should keep it for backward compat' but push people towards `moloch` * https://github.com/pandoc/dockerfiles/issues/292#issuecomment-3037096457 * https://ctan.org/pkg/moloch * https://jolars.co/blog/2024-05-30-moloch/

enhancement
good first issue
image:extra