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

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

From
Andrew Dunstan
Date:
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(-)