Re: plpython improvements

From: "Sven Suursoho" <sven(at)spam(dot)pri(dot)ee>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: plpython improvements
Date: 2006-04-30 19:01:23
Message-ID: op.s8t4gl1tplgmb3@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Sun, 30 Apr 2006 21:43:03 +0300, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:

> "Sven Suursoho" <sven(at)spam(dot)pri(dot)ee> writes:
>> So, what about this in configure:
>> if --with-python && test_iterator_app_crashes
>> # errcode(FEATURE_NOT_SUPPORTED), errmsg(patch your python)
>> disable_iterator_feature
>> fi
>
> Testing it in configure is wrong, because there's no guarantee the same
> python library will be used at runtime.

Yes, that's right.

Ok, will do Py_DEBUG && Py_GetVersion() check at runtime.

--
Sven Suursoho

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-04-30 19:29:08 Re: Patch for %Allow per-database permissions to be set via
Previous Message Tom Lane 2006-04-30 18:43:03 Re: plpython improvements