Use PqMsg_Progress macro in HandleParallelMessage().
authorNathan Bossart <nathan@postgresql.org>
Fri, 14 Feb 2025 18:57:13 +0000 (12:57 -0600)
committerNathan Bossart <nathan@postgresql.org>
Fri, 14 Feb 2025 18:57:13 +0000 (12:57 -0600)
commit113fc651397e67c1233b914ff7fbc771353b06ea
tree5897c92683ac4d6aab853695908e2e5ca7e1d2bf
parentd6894d6a08f80b3b0608402f5e2d069201503b48
Use PqMsg_Progress macro in HandleParallelMessage().

Commit a99cc6c6b4 introduced the PqMsg_Progress macro but missed
updating HandleParallelMessage() accordingly.

Backpatch-through: 17
src/backend/access/transam/parallel.c