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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e36ce0c7f7b329b25f92cf440fd88fcc695de101
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-11-03T16:55:37Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/backend/utils/adt/json.c modified +7 −53