pgsql: Use PqMsg_Progress macro in HandleParallelMessage().

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use PqMsg_Progress macro in HandleParallelMessage().
Date: 2025-02-14 18:58:46
Message-ID: E1tj0ti-0077sA-IO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use PqMsg_Progress macro in HandleParallelMessage().

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

Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/760bf588de91daa5426e3d7aaf77de5abde063b4

Modified Files
--------------
src/backend/access/transam/parallel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-02-14 20:29:04 pgsql: pgcrypto: Add support for CFB mode in AES encryption
Previous Message Melanie Plageman 2025-02-14 18:31:42 Re: pgsql: Use streaming read I/O in VACUUM's third phase