Thread: pgsql: Use JsonbIteratorToken consistently in automatic variable declar

pgsql: Use JsonbIteratorToken consistently in automatic variable declar

From
Noah Misch
Date:
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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/22c5705f81717dd0622ebfb13a617e6104d1fbd9

Modified Files
--------------
src/backend/utils/adt/jsonb.c      |    2 +-
src/backend/utils/adt/jsonb_gin.c  |   10 +++++-----
src/backend/utils/adt/jsonb_op.c   |    4 ++--
src/backend/utils/adt/jsonb_util.c |    6 +++---
src/backend/utils/adt/jsonfuncs.c  |   10 +++++-----
5 files changed, 16 insertions(+), 16 deletions(-)