Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>
Cc: MauMau <maumau307(at)gmail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder
Date: 2014-07-08 21:52:15
Message-ID: 20140708215215.GK6390@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Asif Naeem wrote:
> Yes. Can you please take a look at Win_lib_bin.patch I shared earlier ?, I
> think it is or similar approach will be appropriate. Thanks.

I think the suggestion by Peter Eisentraut upthread was pretty
reasonable -- the Makefiles are already aware that they are building a
shared library, so scrape the info off them. The less hardcoded stuff
in the msvc framework, the better.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2014-07-09 00:23:49 Re: Allowing join removals for more join types
Previous Message Tom Lane 2014-07-08 21:40:00 Re: LEFT JOINs not optimized away when not needed