Re: Supporting plpython 2+3 builds better

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Supporting plpython 2+3 builds better
Date: 2012-09-10 13:26:43
Message-ID: 1347283490-sup-189@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Excerpts from Peter Eisentraut's message of lun sep 10 09:50:42 -0300 2012:
> 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.

I remember trying to do this for the mb/conversion_procs subdir years
ago, to make them build in parallel to save some time. It didn't go
anywhere but the basic idea seems similar in spirit. Maybe we can use
this there too to make it fast.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Chmelar 2012-09-10 13:42:01 Enum binary access
Previous Message Peter Eisentraut 2012-09-10 12:50:42 Re: Supporting plpython 2+3 builds better