Bruce Momjian <[email protected]> writes:
> Good catch on the memory leak. I have applied the following fix.
These explicit pfrees are a waste of time, and probably actually
counterproductive as far as speed goes, because these functions
will always be invoked in relatively short-lived memory contexts.
I wouldn't object except that they seem to make the code noticeably
more obscure.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly