#[pg_test]Expand description
#[pg_test] functions are test functions (akin to #[test]), but they run in-process inside
Postgres during cargo pgrx test.
This can be combined with test attributes like #[should_panic(expected = "..")].
#[pg_test]#[pg_test] functions are test functions (akin to #[test]), but they run in-process inside
Postgres during cargo pgrx test.
This can be combined with test attributes like #[should_panic(expected = "..")].