pgsql: In json code, clean up temp memory contexts after processing.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In json code, clean up temp memory contexts after processing.
Date: 2014-02-03 15:41:03
Message-ID: E1WALdv-0000gf-RY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In json code, clean up temp memory contexts after processing.

Craig Ringer.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d3ee45152b198ac269b1bc055927ef7aabf85a49

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-02-03 15:41:15 pgsql: In json code, clean up temp memory contexts after processing.
Previous Message Fujii Masao 2014-02-03 14:24:07 pgsql: Make pg_basebackup skip temporary statistics files.