Skip to content

Commit 113fc65

Browse files
Use PqMsg_Progress macro in HandleParallelMessage().
Commit a99cc6c introduced the PqMsg_Progress macro but missed updating HandleParallelMessage() accordingly. Backpatch-through: 17
1 parent d6894d6 commit 113fc65

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

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