From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Filip Janus <fjanus(at)redhat(dot)com> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: Ecpg dependency |
Date: | 2020-03-21 18:51:05 |
Message-ID: | 20200321185105.GK10066@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, Mar 21, 2020 at 02:14:44PM -0400, Bruce Momjian wrote:
> On Tue, Mar 10, 2020 at 01:47:14PM +0100, Filip Janus wrote:
> > Hello,
> > After upgrade from 11.2 to 12.2 I found, that build of ecpg component depends
> > on pgcommon_shlib and pgport_shlib. But build of ecpg doesn't include build
> > of pgcommon_shlib and pgport_shlib. That means, if I want to build ecpg, first
> > I need to build pgcommon_shlib and pgport_shlib and after that I am able to
> > build ecpg.
> >
> > I would like to ask if this behavior is expected or not ? Because previous
> > version doesn't require this separate builds.
>
> Ah, I see the problem, and this is a new bug in PG 12. The attached
> patch fixes PG 12 and master.
> + all-lib: | submake-libpgport
Oh, I forgot to mention I got this line from
src/interfaces/libpq/Makefile:
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2020-03-21 19:01:27 | Re: [HACKERS] WAL logging problem in 9.4.3? |
Previous Message | Tom Lane | 2020-03-21 18:24:05 | Re: plan cache overhead on plpgsql expression |