mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix wrong word.
Commit a31212b429 was a little too hasty.
Per report from Tom Lane.
			
			
This commit is contained in:
		@@ -184,7 +184,7 @@
 | 
				
			|||||||
					# (change requires restart)
 | 
										# (change requires restart)
 | 
				
			||||||
#fsync = on				# flush data to disk for crash safety
 | 
					#fsync = on				# flush data to disk for crash safety
 | 
				
			||||||
						# (turning this off can cause
 | 
											# (turning this off can cause
 | 
				
			||||||
						# unrecoverable disk corruption)
 | 
											# unrecoverable data corruption)
 | 
				
			||||||
#synchronous_commit = on		# synchronization level;
 | 
					#synchronous_commit = on		# synchronization level;
 | 
				
			||||||
					# off, local, remote_write, remote_apply, or on
 | 
										# off, local, remote_write, remote_apply, or on
 | 
				
			||||||
#wal_sync_method = fsync		# the default is the first option
 | 
					#wal_sync_method = fsync		# the default is the first option
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user