pgsql: Change postgresql.conf.sample to say that fsync=off will corrupt

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change postgresql.conf.sample to say that fsync=off will corrupt
Date: 2016-04-27 17:48:03
Message-ID: E1avTZD-0003pk-UP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change postgresql.conf.sample to say that fsync=off will corrupt data.

Discussion: 24748(dot)1461764666(at)sss(dot)pgh(dot)pa(dot)us

Per a suggestion from Craig Ringer. This wording from Tom Lane,
following discussion.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-04-27 17:51:39 Re: [COMMITTERS] pgsql: Modify the isolation tester so that multiple sessions can wait.
Previous Message Robert Haas 2016-04-27 16:07:56 pgsql: Tighten up sanity checks for parallel aggregate in execQual.c.