pgsql: Mark to_tsvector(regconfig,json[b]) functions immutable

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark to_tsvector(regconfig,json[b]) functions immutable
Date: 2017-06-08 19:51:17
Message-ID: E1dJ3Sf-0003b4-NF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark to_tsvector(regconfig,json[b]) functions immutable

This make them consistent with the text function and means they can be
used in functional indexes.

Catalog version bumped.

Per gripe from Josh Berkus.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f7e6853e1a2ee2badd988f5e49e4ceb6a2b15b7f

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_proc.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-08 21:20:14 pgsql: Update key words table for version 10
Previous Message Tom Lane 2017-06-08 17:48:56 pgsql: Fix bit-rot in pg_upgrade's test.sh, and improve documentation.