pgsql: Fix auto-explain JSON output to be valid JSON.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix auto-explain JSON output to be valid JSON.
Date: 2012-02-13 13:23:55
Message-ID: E1Rwvsp-0008RC-BM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix auto-explain JSON output to be valid JSON.

Problem reported by Peter Eisentraut.

Backpatched to release 9.0.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0f3fcbbb613467fd78744da17d5228c813c5958b

Modified Files
--------------
contrib/auto_explain/auto_explain.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-02-13 13:24:06 pgsql: Fix auto-explain JSON output to be valid JSON.
Previous Message Heikki Linnakangas 2012-02-13 08:23:42 pgsql: Fix heap_multi_insert to set t_self field in the caller's tuples