diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-04-27 14:23:56 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-04-27 14:23:56 -0400 |
commit | 372ff7cae254ac110e2dd25f81cb000c61b60413 (patch) | |
tree | 6d0d4452b0e2156304ae3154ef0493c1c0499b5b /src | |
parent | a31212b429cd3397fb3147b1a584ae33224454a6 (diff) | |
download | postgresql-372ff7cae254ac110e2dd25f81cb000c61b60413.tar.gz postgresql-372ff7cae254ac110e2dd25f81cb000c61b60413.zip |
Fix wrong word.
Commit a31212b429cd3397fb3147b1a584ae33224454a6 was a little too hasty.
Per report from Tom Lane.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 5393fccd48d..e6c6591430a 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -184,7 +184,7 @@ # (change requires restart) #fsync = on # flush data to disk for crash safety # (turning this off can cause - # unrecoverable disk corruption) + # unrecoverable data corruption) #synchronous_commit = on # synchronization level; # off, local, remote_write, remote_apply, or on #wal_sync_method = fsync # the default is the first option |