Re: improving PL/Python builds on OS X

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: improving PL/Python builds on OS X
Date: 2013-05-09 14:11:09
Message-ID: 518BAE7D.5050701@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/9/13 3:25 AM, Dave Page wrote:
> BTW - it's always worked fine for us on 64 bit machines with the past
> few major releases of both PG and Python - are you saying that's pure
> chance?

It works because ActiveState Python has PIC inside a static library.
But we have no straightforward way of knowing that (AFAIK), other than
observing whether the build result crashes or not.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Evan D. Hoffman 2013-05-09 14:20:12 Re: [GENERAL] pg_upgrade fails, "mismatch of relation OID" - 9.1.9 to 9.2.4
Previous Message Peter Eisentraut 2013-05-09 14:09:39 Re: improving PL/Python builds on OS X