pgsql: Use JsonbIteratorToken consistently in automatic variable declar - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Date
Msg-id E1Zlds5-0005RT-AD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Next
From: Noah Misch
Date:
Subject: Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar