()
| 8523 | } |
| 8524 | |
| 8525 | fn default_initdb_profile() -> &'static str { |
| 8526 | "allow-group-access,encoding=UTF8,locale=C.UTF-8,locale-provider=libc,auth=trust" |
| 8527 | } |
| 8528 | |
| 8529 | fn clean_generated_pgdata_template(pgdata: &Path) -> Result<()> { |
| 8530 | for name in ["postmaster.pid", "postmaster.opts"] { |
no outgoing calls
no test coverage detected