mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
dummy commit
This commit is contained in:
parent
2da3005a18
commit
4d88bc8f2b
1 changed files with 2 additions and 1 deletions
|
|
@ -211,7 +211,8 @@ start_postmaster(ClusterInfo *cluster)
|
|||
*
|
||||
* Turn off durability requirements to improve object creation speed, and
|
||||
* we only modify the new cluster, so only use it there. If there is a
|
||||
* crash, the new cluster has to be recreated anyway.
|
||||
* crash, the new cluster has to be recreated anyway. fsync=off is a big
|
||||
* win on ext4.
|
||||
*/
|
||||
snprintf(cmd, sizeof(cmd),
|
||||
"\"%s/pg_ctl\" -w -l \"%s\" -D \"%s\" -o \"-p %d%s%s%s%s\" start",
|
||||
|
|
|
|||
Loading…
Reference in a new issue