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.
This commit is contained in:
Andrew Dunstan 2018-06-23 08:43:05 -04:00
parent 475be5e790
commit 123efbccea
2 changed files with 2 additions and 2 deletions

View File

@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 201806221
#define CATALOG_VERSION_NO 201806231
#endif

View File

@ -10039,7 +10039,7 @@
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