Sent from my iPad
> On 30-Nov-2013, at 14:30, mohsen soodkhah mohammadi > <[email protected]> wrote: > > if I don't dalloc parameters that allocated with palloc0 then will free the > allocated memory at the end of transaction? Yes, palloc allocates memory in contexts, and the memory allocated in these contexts by palloc are freed at the deletion of the context. Regards, Atri -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
