]> granicus.if.org Git - postgresql/commit
Use palloc in TopMemoryContext instead of malloc
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Jan 2011 21:27:53 +0000 (23:27 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Jan 2011 21:27:53 +0000 (23:27 +0200)
commit59ea9ef9aa216d0bc718539cd5622628943d3f21
treee12b9d60ddcd2b07612ba16302c5d67c320cb36d
parent88047e59ba12479ef9adcaf3dee61b48566ce6eb
Use palloc in TopMemoryContext instead of malloc

As discussed, even if the PL needs a permanent memory location, it
should use palloc, not malloc.  It also makes error handling easier.

Jan UrbaƄski
src/pl/plpython/plpython.c