Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 123efbc

Browse files
committed
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.
1 parent 475be5e commit 123efbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/include/catalog/catversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 201806221
56+
#define CATALOG_VERSION_NO 201806231
5757

5858
#endif

src/include/catalog/pg_proc.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -10039,7 +10039,7 @@
1003910039
prosrc => 'binary_upgrade_set_record_init_privs' },
1004010040
{ oid => '4101', descr => 'for use by pg_upgrade',
1004110041
proname => 'binary_upgrade_set_missing_value', provolatile => 'v',
10042-
proparallel => 'r', prorettype => 'void', proargtypes => 'oid text text',
10042+
proparallel => 'u', prorettype => 'void', proargtypes => 'oid text text',
1004310043
prosrc => 'binary_upgrade_set_missing_value' },
1004410044

1004510045
# replication/origin.h

0 commit comments

Comments
 (0)