pgsql: Don't fsync() files when --no-sync is specified

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't fsync() files when --no-sync is specified
Date: 2016-10-25 17:00:58
Message-ID: E1bz55u-00029A-Ei@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Don't fsync() files when --no-sync is specified

Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c46f0c9ce4695db7d68188e08e5e6be1c329645

Modified Files
--------------
src/bin/pg_basebackup/walmethods.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-10-25 21:03:15 pgsql: pg_dump: Simplify internal archive version handling
Previous Message Bruce Momjian 2016-10-25 15:26:20 pgsql: Consistently mention 'SELECT pg_reload_conf()' in config files