unexpected_cfgs warnings are emitted for extension crates by latest nightly rustc, and it's annoying (pgrx_embed in pgrx_embed, and Pg_magic_func if extension does not support all postgres major versions)
PanicInfo warnings are emitted by latest stable rustc while using local pgrx as a patch
static_mut_refs warnings are emitted by latest nightly rustc while using local pgrx as a patch
unexpected_cfgs
warnings are emitted for extension crates by latest nightly rustc, and it's annoying (pgrx_embed
inpgrx_embed
, andPg_magic_func
if extension does not support all postgres major versions)PanicInfo
warnings are emitted by latest stable rustc while using local pgrx as a patchstatic_mut_refs
warnings are emitted by latest nightly rustc while using local pgrx as a patch