pgsql: Use PqMsg_* macros in fe-protocol3.c.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use PqMsg_* macros in fe-protocol3.c.
Date: 2025-08-25 16:08:41
Message-ID: E1uqZkP-001cO8-06@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use PqMsg_* macros in fe-protocol3.c.

Oversight in commit f4b54e1ed9.

Reviewed-by: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Reviewed-by: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
Discussion: https://postgr.es/m/aKx5vEbbP03JNgtp%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3ef2b863a376af35e8d5f2cd1bb4311ec7a9f299

Modified Files
--------------
src/include/libpq/protocol.h | 1 +
src/interfaces/libpq/fe-protocol3.c | 12 ++++++------
2 files changed, 7 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jacob Champion 2025-08-25 16:42:54 pgsql: oauth: Add unit tests for multiplexer handling
Previous Message Peter Eisentraut 2025-08-25 07:14:56 pgsql: Formatting cleanup of guc_tables.c