Re: Supporting plpython 2+3 builds better

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Supporting plpython 2+3 builds better
Date: 2012-09-10 12:50:42
Message-ID: 1347281442.16640.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 2012-09-09 at 03:35 -0400, Tom Lane wrote:
> >> Another problem is that Makefile.shlib isn't designed to build more
> >> than one shared library per directory,
>
> > That's the main problem, but fixing it would be very useful in other
> > places as well. I had it on my radar to do something about that.
>
> This would be a good thing. Got any ideas how to do it?

Here is a very rough patch. It obviously will need a lot of
fine-tuning, but it's the idea.

Attachment Content-Type Size
pg-multiple-shlibs-wip.patch text/x-patch 2.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-09-10 13:26:43 Re: Supporting plpython 2+3 builds better
Previous Message Kohei KaiGai 2012-09-10 11:08:32 Re: ALTER command reworks