pgsql: Use JsonbIteratorToken consistently in automatic variable declar

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Date: 2015-10-12 14:14:37
Message-ID: E1Zlds5-0005RS-A8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f75c4fc1dc93d60246df324bf595912d557bcba6

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-10-12 14:17:08 Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Previous Message Tom Lane 2015-10-12 13:56:30 Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar