pgsql: Remove disclaimer stating that fsync=off slows down sync rep.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove disclaimer stating that fsync=off slows down sync rep.
Date: 2011-03-27 01:19:27
Message-ID: E1Q3edb-0003AB-Ko@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove disclaimer stating that fsync=off slows down sync rep.

The underlying problem that caused this phenomenon was fixed by commit
92f4786fa9b730fd12cbfe973eb96addc6e98924.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/de592e2669380d5f95766d2bbe583558772fb6ce

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-27 16:51:13 pgsql: Fix plpgsql to release SPI plans when a function or DO block is
Previous Message Robert Haas 2011-03-27 01:14:11 pgsql: Update release notes for latest commits.