Re: pgsql: Fix some problems with patch to fsync the data directory. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix some problems with patch to fsync the data directory.
Date
Msg-id 28890.1430844720@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Fix some problems with patch to fsync the data directory.  (Robert Haas <rhaas@postgresql.org>)
Responses Re: pgsql: Fix some problems with patch to fsync the data directory.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-committers
Robert Haas <rhaas@postgresql.org> writes:
> Fix some problems with patch to fsync the data directory.

Buildfarm is still not happy with the 9.0 branch:

"c:\prog\bf\root\REL9_0_STABLE\pgsql.build\pgsql.sln" (default target) (1) ->
(postgres target) ->
  fd.obj : error LNK2019: unresolved external symbol _readlink referenced in function _walkdir
  fd.obj : error LNK2019: unresolved external symbol _pgwin32_is_junction referenced in function _walkdir
  .\Release\postgres\postgres.exe : fatal error LNK1120: 2 unresolved externals

Looks like some more back-porting is needed.

            regards, tom lane


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix some problems with patch to fsync the data directory.
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Fix some problems with patch to fsync the data directory.