Re: pl/python invalidate functions with composite arguments

From: Jan Urbański <wulczer(at)wulczer(dot)org>
To: Postgres - Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pl/python invalidate functions with composite arguments
Date: 2011-01-27 21:42:26
Message-ID: 4D41E6C2.1030101@wulczer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 23/12/10 14:50, Jan Urbański wrote:
> Here's a patch implementing properly invalidating functions that have
> composite type arguments after the type changes, as mentioned in
> http://archives.postgresql.org/pgsql-hackers/2010-12/msg01991.php. It's
> an incremental patch on top of the plpython-refactor patch sent eariler.

Updated to master.

Attachment Content-Type Size
plpython-invalidate-composites.patch text/x-patch 10.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Urbański 2011-01-27 21:58:59 Re: pl/python tracebacks
Previous Message Jan Urbański 2011-01-27 21:41:22 Re: REVIEW: PL/Python validator function