]> granicus.if.org Git - postgresql/commit
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 14:10:51 +0000 (10:10 -0400)
commitf75c4fc1dc93d60246df324bf595912d557bcba6
tree4d06642c358c1e1956db01d13aa6cd6e58bbea4a
parent7109c606d00f972359052bb8c8879a1ecfc1850f
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