mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update warning about synchronous-commit durability, per suggestion from
Robvert Haas.
This commit is contained in:
		@@ -1159,7 +1159,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
 | 
				
			|||||||
      <para>
 | 
					      <para>
 | 
				
			||||||
       Turn off <xref linkend="guc-synchronous-commit">;  there might be no
 | 
					       Turn off <xref linkend="guc-synchronous-commit">;  there might be no
 | 
				
			||||||
       need to write the <acronym>WAL</acronym> to disk on every
 | 
					       need to write the <acronym>WAL</acronym> to disk on every
 | 
				
			||||||
       commit.  This does affect database crash transaction durability.
 | 
					       commit.  This can cause transaction loss after a server crash.
 | 
				
			||||||
      </para>
 | 
					      </para>
 | 
				
			||||||
     </listitem>
 | 
					     </listitem>
 | 
				
			||||||
    </itemizedlist>
 | 
					    </itemizedlist>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user