mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Use PqMsg_Progress macro in HandleParallelMessage().
Commit a99cc6c6b4 introduced the PqMsg_Progress macro but missed
updating HandleParallelMessage() accordingly.
Backpatch-through: 17
This commit is contained in:
parent
c3e775e608
commit
760bf588de
|
|
@ -1208,7 +1208,7 @@ HandleParallelMessage(ParallelContext *pcxt, int i, StringInfo msg)
|
|||
break;
|
||||
}
|
||||
|
||||
case 'P': /* Parallel progress reporting */
|
||||
case PqMsg_Progress:
|
||||
{
|
||||
/*
|
||||
* Only incremental progress reporting is currently supported.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user