()
| 269 | } |
| 270 | |
| 271 | pub(crate) fn build_plan_pgxs_path() -> &'static str { |
| 272 | PGXS_BUILD_PLAN_PATH |
| 273 | } |
| 274 | |
| 275 | fn build_specs(catalog: &ExtensionCatalog) -> Result<Vec<PromotedExtensionBuildSpec>> { |
| 276 | let mut specs = Vec::new(); |
no outgoing calls
no test coverage detected