pgsql: Fix some errors from jsonb functions patch.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix some errors from jsonb functions patch.
Дата
Msg-id E1YsHEB-0007CA-Li@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix some errors from jsonb functions patch.

The catalog version should have been bumped, and the alternative
regression result file was not up to date with the name of jsonb_pretty.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5c7df74204e2fb9440b576518d40fcf3ac65c8ac

Modified Files
--------------
src/include/catalog/catversion.h      |    2 +-
src/test/regress/expected/jsonb_1.out |   12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Additional functions and operators for jsonb
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Allow on-the-fly capture of DDL event details