Tom Lane wrote:
> I don't believe memory context creation is very much worse than a malloc
> (and it's certainly not that much worse than a context reset).
> If you can't buy back the time spent by avoiding some retail pfrees, then
> this whole exercise becomes very questionable anyway.
Hmm, okay -- I'll just create and destroy the contexts for each API call
then.
Thanks for the advice.
-Neil