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 E1ZlUF7-00042C-Sl@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7732d49ca211571552bf82b5207deed95c0cc09c

Modified Files
--------------
src/backend/utils/adt/jsonb.c      |    5 +++--
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  |   34 +++++++++++++++++-----------------
5 files changed, 30 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix whitespace
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar