pgsql: Temporarily disable fsyncing the database directory in CREATE

From: stark(at)postgresql(dot)org (Greg Stark)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Temporarily disable fsyncing the database directory in CREATE
Date: 2010-02-15 11:40:51
Message-ID: 20100215114051.46A447541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Temporarily disable fsyncing the database directory in CREATE DATABASE
until we can work out portability issues the build farm uncovered.

In passing avoid fsyncing subdirectories twice.

Modified Files:
--------------
pgsql/src/port:
copydir.c (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Greg Stark 2010-02-15 11:45:39 Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Previous Message marcin mank 2010-02-15 11:34:44 Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after