Use JsonbIteratorToken consistently in automatic variable declarations.
authorNoah Misch <noah@leadboat.com>
Mon, 12 Oct 2015 03:53:35 +0000 (23:53 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 12 Oct 2015 03:53:35 +0000 (23:53 -0400)
commit7732d49ca211571552bf82b5207deed95c0cc09c
tree6076ea33201132e5b850f5a4ae4cc51f7430bc8e
parentf20b26960ae62a3ffd12782eea09e0e9c23a2ac1
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