Re: splitting plpython into smaller parts

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Greg Smith <greg(at)2ndQuadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: splitting plpython into smaller parts
Date: 2011-11-29 05:02:21
Message-ID: 1322542941.4595.8.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On mån, 2011-11-28 at 02:00 -0800, Greg Smith wrote:
> On 11/13/2011 09:45 AM, Jan Urbański wrote:
> > The first one factors out some bolerplate related to executing SPI
> > functions in subtransactions (and idea borrowed from pltcl.c).
>
> While I haven't looked at the code, this seems worthwhile from the
> description.
>
> > The second one is the actual split. plpython.c has been split into 11
> > separate files and one header.
>
> Could you comment a bit more about what the goal of this is? We don't
> have a reviewer for this patch yet, and I think part of the reason is
> because it's not really obvious what it's supposed to be doing, and why
> that's useful.

I will look into it.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-11-29 05:07:07 Re: patch for type privileges
Previous Message Peter Eisentraut 2011-11-29 05:01:41 Re: plpython SPI cursors