a7ae1dc has broken the windows builds

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: a7ae1dc has broken the windows builds
Date: 2014-08-26 12:25:43
Message-ID: CAApHDvr8gtfPK3ok-+DHUgZJ02aMNr6EM_Qoyd115QGF1+Z0Zw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
IsBinaryUpgrade_fix.patch application/octet-stream 421 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2014-08-26 12:28:31 Re: Patch to support SEMI and ANTI join removal
Previous Message Andrew Gierth 2014-08-26 12:24:14 Re: Final Patch for GROUPING SETS - unrecognized node type: 347