]> granicus.if.org Git - postgresql/commit
Silence compiler warnings about possibly unset variables.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 29 Jan 2014 23:54:14 +0000 (18:54 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 29 Jan 2014 23:54:14 +0000 (18:54 -0500)
commit120c5cc761e0d99a9a2f3349f4031850b0dbd5a0
tree2ee0e5ce14358913ef6b306c47149e3b602d1e65
parent5e52e9d6d467d352c28141f16a95db6c2df71ecc
Silence compiler warnings about possibly unset variables.

They are in fact set in every case where they are needed, but the
compiler doesn't know that.

Per gripe from Tom Lane.
src/backend/utils/adt/jsonfuncs.c