diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-11-03 12:26:55 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-11-03 12:26:55 -0400 |
commit | 70a0160b07b66dc7fa1555c489330ea8fb58f8fe (patch) | |
tree | 6a01c5e3a8b809b87f48a95c784f37c0d3e3bbd9 /src/backend/nodes/outfuncs.c | |
parent | dd21f0b047078ae724c0de4bc87b175154a83707 (diff) | |
download | postgresql-70a0160b07b66dc7fa1555c489330ea8fb58f8fe.tar.gz postgresql-70a0160b07b66dc7fa1555c489330ea8fb58f8fe.zip |
Use only one hash entry for all instances of a pltcl trigger function.
Like plperl and unlike plpgsql, there isn't any cached state that could
depend on exactly which relation the trigger is being fired for. So we
can use just one hash entry for all relations, which might save a little
something.
Alex Hunsaker
Diffstat (limited to 'src/backend/nodes/outfuncs.c')
0 files changed, 0 insertions, 0 deletions