(extension: &ExtensionCatalogEntry)
| 1518 | } |
| 1519 | |
| 1520 | fn extension_source_dir(extension: &ExtensionCatalogEntry) -> String { |
| 1521 | extension_source_dir_for(&extension.id, &extension.source_kind) |
| 1522 | } |
| 1523 | |
| 1524 | fn pgxs_make_args(extension: &ExtensionCatalogEntry) -> Vec<String> { |
| 1525 | match extension.id.as_str() { |
no test coverage detected