pgsql: Get rid of more cases of the "must detoast before output functio

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Get rid of more cases of the "must detoast before output functio
Date: 2013-11-03 16:55:47
Message-ID: E1Vd0xn-0001Zi-1Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Get rid of more cases of the "must detoast before output function" meme.

I missed that json.c was doing this too, because for some bizarre reason
it wasn't doing it adjacent to the output function call.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/json.c | 60 +++++-------------------------------------
1 file changed, 7 insertions(+), 53 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-11-04 09:00:37 pgsql: Fix parsing of xlog file name in pg_receivexlog.
Previous Message Tom Lane 2013-11-03 16:33:38 pgsql: Prevent memory leaks from accumulating across printtup() calls.