Use PqMsg_* macros in postgres.c.

Nathan Bossart <nathan@postgresql.org>

Commit: 4a68d5008869afd819b03075d69bf102dd2f1bda
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-01-07T21:34:19Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/tcop/postgres.c modified +4 −4

Discussion