pgsql: Use palloc in TopMemoryContext instead of malloc

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use palloc in TopMemoryContext instead of malloc
Date: 2011-01-18 22:14:29
Message-ID: E1PfJor-0003BE-6j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=59ea9ef9aa216d0bc718539cd5622628943d3f21

Modified Files
--------------
src/pl/plpython/plpython.c | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Masao_fujii 2011-01-19 07:55:23 pgbulkload - pgbulkload: Fix some typos in Japanese document.
Previous Message Bruce Momjian 2011-01-18 20:53:57 pgsql: In test_fsync, adjust test headings to match wal_sync_method val