[COMMITTERS] pgsql: Mark to_tsvector(regconfig,json[b]) functions immutable - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Mark to_tsvector(regconfig,json[b]) functions immutable
Date
Msg-id E1dJ3Sf-0003b4-NF@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix bit-rot in pg_upgrade's test.sh, and improve documentation.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Update key words table for version 10