pgsql-server/src/pl/tcl pltcl.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/pl/tcl pltcl.c
Date: 2003-09-14 17:25:55
Message-ID: 20030914172555.0E9A0D1B53A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/09/14 14:25:54

Modified files:
src/pl/tcl : pltcl.c

Log message:
Make pltcl create separate function objects when the same function is
used as trigger on different relations. I am not convinced that Tcl
actually has to have this, but it seems a good idea to make it be
parallel to the other PLs that definitely do need it.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-09-14 18:44:23 pgsql-server/contrib tsearch/parser.l tsearch2 ...
Previous Message Tom Lane 2003-09-14 17:13:06 pgsql-server/src/pl/plpython plpython.c