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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>, MauMau <maumau307(at)gmail(dot)com>
Cc: 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-02-25 21:14:42
Message-ID: 530D07C2.5030303@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Alvaro Herrera 2014-02-25 21:27:40 Re: jsonb and nested hstore
Previous Message Robert Haas 2014-02-25 21:11:46 Re: Patch: show relation and tuple infos of a lock to acquire