installations will continue to contain the incorrect markings.
Practical use of these functions seems to pose little hazard, but in
case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
+ boolean, text) VOLATILE. (Note that that will need to be
+ done in each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.
incorrect markings. Practical use of these functions seems to pose
little hazard unless force_parallel_mode is turned
on. In case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.brin_summarize_new_values(regclass)
+ PARALLEL UNSAFE. (Note that that will need to be done in
+ each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.
installations will continue to contain the incorrect markings.
Practical use of these functions seems to pose little hazard, but in
case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
+ boolean, text) VOLATILE. (Note that that will need to be
+ done in each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.
installations will continue to contain the incorrect markings.
Practical use of these functions seems to pose little hazard, but in
case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
+ boolean, text) VOLATILE. (Note that that will need to be
+ done in each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.
installations will continue to contain the incorrect markings.
Practical use of these functions seems to pose little hazard, but in
case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
+ boolean, text) VOLATILE. (Note that that will need to be
+ done in each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.
installations will continue to contain the incorrect markings.
Practical use of these functions seems to pose little hazard, but in
case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
+ boolean, text) VOLATILE. (Note that that will need to be
+ done in each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.
The functions
brin_summarize_new_values,
- brin_summarize_range,
- brin_desummarize_range,
gin_clean_pending_list,
cursor_to_xml,
cursor_to_xmlschema,
ts_rewrite,
- ts_stat,
- binary_upgrade_create_empty_extension, and
- pg_import_system_collations
+ ts_stat, and
+ binary_upgrade_create_empty_extension
should be marked parallel-unsafe; some because they perform database
modifications directly, and others because they execute user-supplied
queries that might do so. They were marked parallel-restricted
incorrect markings. Practical use of these functions seems to pose
little hazard unless force_parallel_mode is turned
on. In case of trouble, it can be fixed by manually updating these
- functions' pg_proc entries. (Note that that
- will need to be done in each database of the installation.) Another
- option is to
pg_upgrade the database to a
- version containing the corrected initial data.
+ functions' pg_proc entries, for example
+ ALTER FUNCTION pg_catalog.brin_summarize_new_values(regclass)
+ PARALLEL UNSAFE. (Note that that will need to be done in
+ each database of the installation.) Another option is
+ to
pg_upgrade the database to a version
+ containing the corrected initial data.