Thread: pgsql: Arrange to fsync the contents of lockfiles (both postmaster.pid

pgsql: Arrange to fsync the contents of lockfiles (both postmaster.pid

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Arrange to fsync the contents of lockfiles (both postmaster.pid and the
socket lockfile) when writing them.  The lack of an fsync here may well
explain two different reports we've seen of corrupted lockfile contents,
which doesn't particularly bother the running server but can prevent a
new server from starting if the old one crashes.  Per suggestion from
Alvaro.

Back-patch to all supported versions.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/init:
        miscinit.c (r1.137.4.3 -> r1.137.4.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/init/miscinit.c?r1=1.137.4.3&r2=1.137.4.4)