pgsql: Fix a couple of trivial issues in jsonb.c

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix a couple of trivial issues in jsonb.c
Дата
Msg-id E1YRSwN-0004aB-R7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix a couple of trivial issues in jsonb.c

Typo "aggreagate" appeared three times, and the return value of function
JsonbIteratorNext() was being assigned to an int variable in a bunch of
places.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/backend/utils/adt/jsonb.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CAS
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix a couple of trivial issues in jsonb.c