diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/catalog/system_views.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/system_views.sql b/src/backend/catalog/system_views.sql index 53ddc593a8c..715995dd883 100644 --- a/src/backend/catalog/system_views.sql +++ b/src/backend/catalog/system_views.sql @@ -1030,7 +1030,7 @@ CREATE OR REPLACE FUNCTION pg_stop_backup ( CREATE OR REPLACE FUNCTION pg_promote(wait boolean DEFAULT true, wait_seconds integer DEFAULT 60) RETURNS boolean STRICT VOLATILE LANGUAGE INTERNAL AS 'pg_promote' - PARALLEL RESTRICTED; + PARALLEL SAFE; -- legacy definition for compatibility with 9.3 CREATE OR REPLACE FUNCTION |