diff options
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
| -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 e1f5ab66ed5..a3880da7dac 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -157,7 +157,7 @@  #wal_sync_method = fsync		# the default is the first option   					# supported by the operating system:  					#   open_datasync -					#   fdatasync +					#   fdatasync (default on Linux)  					#   fsync  					#   fsync_writethrough  					#   open_sync | 
