Commit 123efbcc authored by Andrew Dunstan's avatar Andrew Dunstan

Mark binary_upgrade_set_missing_value as parallel_unsafe

per buildfarm.

Bump catalog version again although in practice nobody is going to use
this in a parallel query.
parent 475be5e7
...@@ -53,6 +53,6 @@ ...@@ -53,6 +53,6 @@
*/ */
/* yyyymmddN */ /* yyyymmddN */
#define CATALOG_VERSION_NO 201806221 #define CATALOG_VERSION_NO 201806231
#endif #endif
...@@ -10039,7 +10039,7 @@ ...@@ -10039,7 +10039,7 @@
prosrc => 'binary_upgrade_set_record_init_privs' }, prosrc => 'binary_upgrade_set_record_init_privs' },
{ oid => '4101', descr => 'for use by pg_upgrade', { oid => '4101', descr => 'for use by pg_upgrade',
proname => 'binary_upgrade_set_missing_value', provolatile => 'v', 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' }, prosrc => 'binary_upgrade_set_missing_value' },
# replication/origin.h # replication/origin.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment