pgsql: Use PqMsg_* macros in postgres.c.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use PqMsg_* macros in postgres.c.
Date: 2025-01-07 21:35:09
Message-ID: E1tVHEC-000Odq-QJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use PqMsg_* macros in postgres.c.

Commit f4b54e1ed9, which introduced macros for protocol characters,
missed updating a couple of places in postgres.c.

Author: Dave Cramer
Reviewed-by: Fabrízio de Royes Mello
Discussion: https://postgr.es/m/CADK3HHJUVBPoVOmFesPB-fN8_dYt%2BQELV2UB6jxOW2Z40qF-qw%40mail.gmail.com
Backpatch-through: 17

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a68d5008869afd819b03075d69bf102dd2f1bda

Modified Files
--------------
src/backend/tcop/postgres.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2025-01-07 21:55:56 pgsql: Restore smgrtruncate() prototype in back-branches.
Previous Message Nathan Bossart 2025-01-07 21:08:00 pgsql: Add passwordcheck.min_password_length.