Re: pgsql: Fix some problems with patch to fsync the data directory.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix some problems with patch to fsync the data directory.
Date: 2015-05-05 16:52:00
Message-ID: 28890.1430844720@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Robert Haas <rhaas(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-05-05 17:06:49 Re: pgsql: Fix some problems with patch to fsync the data directory.
Previous Message Robert Haas 2015-05-05 13:30:19 pgsql: Fix some problems with patch to fsync the data directory.