MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / default_initdb_profile

Function default_initdb_profile

xtask/src/main.rs:8525–8527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected