pgsql: Fix some errors from jsonb functions patch.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some errors from jsonb functions patch.
Date: 2015-05-12 20:56:35
Message-ID: E1YsHEB-0007CA-Li@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-05-12 21:07:28 Re: pgsql: Allow on-the-fly capture of DDL event details
Previous Message Andrew Dunstan 2015-05-12 20:45:35 Re: pgsql: Additional functions and operators for jsonb