mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'P': /* Parallel progress reporting */
|
case PqMsg_Progress:
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Only incremental progress reporting is currently supported.
|
* Only incremental progress reporting is currently supported.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user