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

Commit760bf58

Browse files
Use PqMsg_Progress macro in HandleParallelMessage().
Commita99cc6c introduced the PqMsg_Progress macro but missedupdating HandleParallelMessage() accordingly.Backpatch-through: 17
1 parentc3e775e commit760bf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/transam/parallel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ HandleParallelMessage(ParallelContext *pcxt, int i, StringInfo msg)
12081208
break;
12091209
}
12101210

1211-
case'P':/* Parallel progress reporting */
1211+
casePqMsg_Progress:
12121212
{
12131213
/*
12141214
* Only incremental progress reporting is currently supported.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp