]> granicus.if.org Git - postgresql/commitdiff
Mark binary_upgrade_set_missing_value as parallel_unsafe
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 23 Jun 2018 12:43:05 +0000 (08:43 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 23 Jun 2018 12:43:05 +0000 (08:43 -0400)
per buildfarm.

Bump catalog version again although in practice nobody is going to use
this in a parallel query.

src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat

index 6ab4f56d08974df1705273e868010169d8d60831..505e32109a212f15c5726d51ee384b4ebe1157b8 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     201806221
+#define CATALOG_VERSION_NO     201806231
 
 #endif
index 9834e389295b593e7ae912158f92e44252c3380b..40d54ed0302a56e13f85490e8e8ca1bd57a289a5 100644 (file)
   prosrc => 'binary_upgrade_set_record_init_privs' },
 { oid => '4101', descr => 'for use by pg_upgrade',
   proname => 'binary_upgrade_set_missing_value', provolatile => 'v',
-  proparallel => 'r', prorettype => 'void', proargtypes => 'oid text text',
+  proparallel => 'u', prorettype => 'void', proargtypes => 'oid text text',
   prosrc => 'binary_upgrade_set_missing_value' },
 
 # replication/origin.h