OSDN Git Service

Make initialization of special trigger variables a little more readable.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2005 01:45:42 +0000 (01:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Mar 2005 01:45:42 +0000 (01:45 +0000)
commitc90578a1d6e23bb1488557eaeb927a09dfb9c521
treecab15de2d6067822273e97c7b56a5c545242ea28
parent87a4f9b6a36cbf5306ac00b96e1104d7138bf650
Make initialization of special trigger variables a little more readable.
Correct one mis-setting of freeval (which could at worst leak a few bytes
until the trigger exits, so it's no big deal).
src/pl/plpgsql/src/pl_exec.c