Adjust nodeFunctionscan.c to reset transient memory context between calls

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e4186762ffaa4188e16702e8f4f299ea70988b96
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-29T17:14:33Z
Releases: 7.3.1
Adjust nodeFunctionscan.c to reset transient memory context between calls
to the table function, thus preventing memory leakage accumulation across
calls.  This means that SRFs need to be careful to distinguish permanent
and local storage; adjust code and documentation accordingly.  Patch by
Joe Conway, very minor tweaks by Tom Lane.

Files