From: Bruce Momjian Date: Wed, 26 Jan 2011 14:15:52 +0000 (-0500) Subject: Update sync commit performance documentation to be consistent with other X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=e84730a916bce0635eb78205d2ea4746ee664d68;p=users%2Fhanada%2Fpostgres.git Update sync commit performance documentation to be consistent with other non-durable items, per Robert Haas. --- diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index fb555985da..0a10457157 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -1157,9 +1157,9 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse; - Turn off ; there might be no + Turn off ; there is no need to write the WAL to disk on every - commit. This can cause transaction loss after a server crash. + commit.