Use JsonbIteratorToken consistently in automatic variable declarations.
authorNoah Misch
Mon, 12 Oct 2015 03:53:35 +0000 (23:53 -0400)
committerNoah Misch
Mon, 12 Oct 2015 14:12:44 +0000 (10:12 -0400)
commit22c5705f81717dd0622ebfb13a617e6104d1fbd9
tree75f5a3c90ddb5ea121cccc1759f9cf2807d8c1a6
parentc9853e647f247e0bbae1294b24fac40ec7c34550
Use JsonbIteratorToken consistently in automatic variable declarations.

Many functions stored JsonbIteratorToken values in variables of other
integer types.  Also, standardize order relative to other declarations.
Expect compilers to generate the same code before and after this change.
src/backend/utils/adt/jsonb.c
src/backend/utils/adt/jsonb_gin.c
src/backend/utils/adt/jsonb_op.c
src/backend/utils/adt/jsonb_util.c
src/backend/utils/adt/jsonfuncs.c