projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31212b
)
Fix wrong word.
author
Robert Haas
Wed, 27 Apr 2016 18:23:56 +0000
(14:23 -0400)
committer
Robert Haas
Wed, 27 Apr 2016 18:23:56 +0000
(14:23 -0400)
Commit
a31212b429cd3397fb3147b1a584ae33224454a6
was a little too hasty.
Per report from Tom Lane.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 5393fccd48dad2db0d382a790bf21f936c8d0c06..e6c6591430a6df3488e64ce996c9130c82add7cc 100644
(file)
--- 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 d
isk
corruption)
+ # unrecoverable d
ata
corruption)
#synchronous_commit = on # synchronization level;
# off, local, remote_write, remote_apply, or on
#wal_sync_method = fsync # the default is the first option