pgsql: Make CREATE DATABASE safe against losing whole files by fsyncing - Mailing list pgsql-committers

From stark@postgresql.org (Greg Stark)
Subject pgsql: Make CREATE DATABASE safe against losing whole files by fsyncing
Date
Msg-id 20100214175034.E367E7541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make CREATE DATABASE safe against losing whole files by fsyncing the
directory and not just the individual files.

Back-patch to 8.1 -- before that we just called "cp -r" and never
fsynced anything anyways.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/port:
        copydir.c (r1.16.2.1 -> r1.16.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/copydir.c?r1=1.16.2.1&r2=1.16.2.2)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Make the msvc build system ask python about details of version
Next
From: stark@postgresql.org (Greg Stark)
Date:
Subject: pgsql: Make CREATE DATABASE safe against losing whole files by fsyncing