Last-minute updates for release notes.
authorTom Lane
Mon, 7 May 2018 17:13:27 +0000 (13:13 -0400)
committerTom Lane
Mon, 7 May 2018 17:13:47 +0000 (13:13 -0400)
The set of functions that need parallel-safety adjustments isn't the
same in 9.6 as 10, so I shouldn't have blindly back-patched that list.
Adjust as needed.  Also, provide examples of the commands to issue.

doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml

index 2bab38944485407baa88bec6c5f01e5f6d524ee0..054ef1c37f14557733af70c2782aeea0cd1ef597 100644 (file)
       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.
      
     
 
index 67d3f2e3a3755ee16fa0c7fc2e65d82fe892b75d..d368990a8419f6e2938263f922624b890d4daaa4 100644 (file)
       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.