pgsql: Use PqMsg_Progress macro in HandleParallelMessage(). - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Use PqMsg_Progress macro in HandleParallelMessage().
Date
Msg-id E1tj0ti-0077sA-IO@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: pgsql: Use streaming read I/O in VACUUM's third phase
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: pgcrypto: Add support for CFB mode in AES encryption