Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e924a30

Browse files
nathan-bossartdutow
authored andcommitted
Use PqMsg_Progress macro in HandleParallelMessage().
Commit a99cc6c introduced the PqMsg_Progress macro but missed updating HandleParallelMessage() accordingly. Backpatch-through: 17
1 parent 25054f7 commit e924a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/transam/parallel.c

+1-1
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+
case PqMsg_Progress:
12121212
{
12131213
/*
12141214
* Only incremental progress reporting is currently supported.

0 commit comments

Comments
 (0)