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

From: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: MauMau <maumau307(at)gmail(dot)com>, 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-07 11:38:39
Message-ID: CAEB4t-Mo=OXUw7r74PNNdL6QV2mGFGV8GnZewgasA5zfNFA0xg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi MauMau,

Other than my pervious comments, patch looks good to me. Thanks.

Regards,
Muhammad Asif Naeem

On Wed, Feb 26, 2014 at 2:14 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:

> You should be able to do this without specifically referencing the names
> "libpq" or "ecpg". Look into the Makefile, if it defines
> SO_MAJOR_VERSION, then it's a library you are concerned with, and then
> do the copying or moving.
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2014-07-07 11:51:50 Re: tab completion for setting search_path
Previous Message Jeevan Chalke 2014-07-07 11:33:37 Re: add line number as prompt option to psql