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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy