pgsql: Temporarily disable fsyncing the database directory in CREATE

Lists: pgsql-committers
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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
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)