OSDN Git Service

Make pltcl create separate function objects when the same function is
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Sep 2003 17:25:54 +0000 (17:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 14 Sep 2003 17:25:54 +0000 (17:25 +0000)
commit0441e269eab927507b95c7f30a77435471553562
treeaa37727ba44fa7a6f0414eab572df0fb63b65c67
parent96e63199f3810526221bcdedc8900231cd82a3a5
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.
src/pl/tcl/pltcl.c