Re: Parallel safety of binary_upgrade_create_empty_extension
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-03-29T13:26:50Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes: > Presumably also cursor_to_xmlschema. I also found some more > suspicious brin and gin modifying functions. So I think the list of > functions that needs to be marked 'u' so far is: > * binary_upgrade_create_empty_extension > * pg_import_system_collations > * brin_summarize_range > * brin_summarize_new_values > * brin_desummarize_range > * gin_clean_pending_list > * cursor_to_xml > * cursor_to_xmlschema > Has anyone got anything else? There are some tsquery functions that execute user-supplied queries, and so need to be 'u' on the same grounds as the cursor_to_xml cases. I haven't checked to be sure if they are already so, but was planning to do so before considering this matter closed. regards, tom lane
Commits
-
Fix bogus provolatile/proparallel markings on a few built-in functions.
- ea83c7e66fe1 9.5.13 landed
- b7537ffb1ab5 9.4.18 landed
- 91d82317d252 9.6.9 landed
- 485857d447c9 9.3.23 landed
- 283262cd9580 10.4 landed
- 11002f8afa55 11.0 landed