pgsql: Use JsonbIteratorToken consistently in automatic variable declar

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Дата
Msg-id E1Zlds5-0005RT-AD@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Use JsonbIteratorToken consistently in automatic variable declar
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Use JsonbIteratorToken consistently in automatic variable declar