From: Robert Haas Date: Wed, 27 Apr 2016 18:23:56 +0000 (-0400) Subject: Fix wrong word. X-Git-Tag: REL9_6_BETA1~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=372ff7cae254ac110e2dd25f81cb000c61b60413;p=thirdparty%2Fpostgresql.git Fix wrong word. Commit a31212b429cd3397fb3147b1a584ae33224454a6 was a little too hasty. Per report from Tom Lane. --- 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