Re: [HACKERS] a7ae1dc has broken the windows builds

2014-08-26 Thread Andres Freund
On 2014-08-27 00:25:43 +1200, David Rowley wrote:
> I've attached a small patch which should get the windows builds up and
> running again.

Pushed, thanks.

Greetings,

Andres Freund

-- 
 Andres Freund http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] a7ae1dc has broken the windows builds

2014-08-26 Thread David Rowley
I've attached a small patch which should get the windows builds up and
running again.

They're currently failing from this:

"c:\prog\bf\root\HEAD\pgsql.build\pgsql.sln" (default target) (1) ->
"c:\prog\bf\root\HEAD\pgsql.build\pg_upgrade_support.vcxproj" (default
target) (67) ->
(Link target) ->
  pg_upgrade_support.obj : error LNK2001: unresolved external symbol
IsBinaryUpgrade
[c:\prog\bf\root\HEAD\pgsql.build\pg_upgrade_support.vcxproj]
  .\Release\pg_upgrade_support\pg_upgrade_support.dll : fatal error
LNK1120: 1 unresolved externals
[c:\prog\bf\root\HEAD\pgsql.build\pg_upgrade_support.vcxproj]

0 Warning(s)
2 Error(s)

Regards

David Rowley


IsBinaryUpgrade_fix.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers