pgsql: Fix some errors from jsonb functions patch. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Fix some errors from jsonb functions patch.
Date
Msg-id E1YsHEB-0007CA-Li@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Additional functions and operators for jsonb
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Allow on-the-fly capture of DDL event details