From 25db2ae41009c6e009b25993a534355ad835d10d Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Wed, 9 May 2018 09:05:37 -0700 Subject: [PATCH] Include additional ts_query that needs to be modified --- update_releases/current/20180510securityrelease.md | 1 + update_releases/current/20180510securityrelease.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/update_releases/current/20180510securityrelease.md b/update_releases/current/20180510securityrelease.md index 7c65d2f..54043c9 100644 --- a/update_releases/current/20180510securityrelease.md +++ b/update_releases/current/20180510securityrelease.md @@ -101,6 +101,7 @@ ALTER FUNCTION pg_catalog.cursor_to_xml(refcursor, int, boolean, boolean, text) ALTER FUNCTION pg_catalog.cursor_to_xmlschema(refcursor, boolean, boolean, text) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.gin_clean_pending_list(regclass) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.pg_import_system_collations(regnamespace) PARALLEL UNSAFE; +ALTER FUNCTION pg_catalog.ts_rewrite(tsquery, text) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.ts_rewrite(tsquery, tsquery, tsquery) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.ts_stat(text) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.ts_stat(text, text) PARALLEL UNSAFE; diff --git a/update_releases/current/20180510securityrelease.txt b/update_releases/current/20180510securityrelease.txt index e2a115e..025ed30 100644 --- a/update_releases/current/20180510securityrelease.txt +++ b/update_releases/current/20180510securityrelease.txt @@ -135,6 +135,7 @@ database superuser: ALTER FUNCTION pg_catalog.cursor_to_xmlschema(refcursor, boolean, boolean, text) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.gin_clean_pending_list(regclass) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.pg_import_system_collations(regnamespace) PARALLEL UNSAFE; + ALTER FUNCTION pg_catalog.ts_rewrite(tsquery, text) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.ts_rewrite(tsquery, tsquery, tsquery) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.ts_stat(text) PARALLEL UNSAFE; ALTER FUNCTION pg_catalog.ts_stat(text, text) PARALLEL UNSAFE; -- 2.39.5