1 2 3 4 5 6 7 8
//! Code to embed the Postgres SQL files into the binary #[cfg(feature = "pgrx")] ::pgrx::pgrx_embed!(); #[cfg(not(feature = "pgrx"))] /// Stub function to allow compilation without pgrx fn main() {}