]> granicus.if.org Git - postgresql/commit
Get rid of more cases of the "must detoast before output function" meme.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Nov 2013 16:55:37 +0000 (11:55 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Nov 2013 16:55:37 +0000 (11:55 -0500)
commite36ce0c7f7b329b25f92cf440fd88fcc695de101
tree078fd539213c674370ca4f5006c338ae30e015de
parentb006f4ddb988568081f8290fac77f9402b137120
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.
src/backend/utils/adt/json.c