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

From Robert Haas
Subject Re: pgsql: Fix some problems with patch to fsync the data directory.
Date
Msg-id CA+TgmoYGe8NPO7jNM53y1tKX=xVKXojD6fBztYK2jDTJxENL-Q@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Fix some problems with patch to fsync the data directory.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Tue, May 5, 2015 at 12:52 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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

Whee!

OK, let me look at what may be required there.

Or, heh heh, Abhijit could jump here any time, since it's his patch...!

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix some problems with patch to fsync the data directory.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Improve speed of make check-world