Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit123efbc

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 usethis in a parallel query.
1 parent475be5e commit123efbc

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-
#defineCATALOG_VERSION_NO201806221
56+
#defineCATALOG_VERSION_NO201806231
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)

[8]ページ先頭

©2009-2025 Movatter.jp