pgsql: Rename PqMsg_Progress to PqParallelMsg_Progress.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename PqMsg_Progress to PqParallelMsg_Progress.
Date: 2026-09-10 20:11:02
Message-ID: E1x4l6r-00000004Kct-2nCN@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename PqMsg_Progress to PqParallelMsg_Progress.

The previous name was considered to be unduly generic. This commit
addresses that by adding a new "PqParallelMsg" prefix for protocol
characters sent by parallel workers to leader processes. The new
prefix can be reused for new parallel worker message types added in
the future.

Author: Sami Imseih <samimseih(dot)pg(at)gmail(dot)com>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Reviewed-by: Antonin Houska <ah(at)cybertec(dot)at>
Discussion: https://postgr.es/m/CAN12%2BYLqbiA1v3FPD94yLbXgdyoWxVEY6%3DDtdpTPo9YCRuCpfg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8367b63e2cabb69ca0f9a5a6e6f04a1869b525a3

Modified Files
--------------
src/backend/access/transam/parallel.c | 2 +-
src/backend/utils/activity/backend_progress.c | 8 ++++----
src/include/libpq/protocol.h | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2026-09-10 20:33:38 pgsql: Fix misplaced comment in snapbuild.c.
Previous Message Robert Haas 2026-09-10 18:12:19 Re: pgsql: pg_plan_advice: Add CHECK_FOR_INTERRUPTS() and check_stack_depth