Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder - Mailing list pgsql-hackers

From Asif Naeem
Subject Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder
Date
Msg-id CAEB4t-Mo=OXUw7r74PNNdL6QV2mGFGV8GnZewgasA5zfNFA0xg@mail.gmail.com
Whole thread Raw
In response to Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder  ("MauMau" <maumau307@gmail.com>)
List 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@gmx.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.

pgsql-hackers by date:

Previous
From: Jeevan Chalke
Date:
Subject: Re: add line number as prompt option to psql
Next
From: Fujii Masao
Date:
Subject: Re: tab completion for setting search_path