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

From Nathan Bossart
Subject pgsql: Use PqMsg_* macros in fe-protocol3.c.
Date
Msg-id E1uqZkP-001cO8-06@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use PqMsg_* macros in fe-protocol3.c.

Oversight in commit f4b54e1ed9.

Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com>
Reviewed-by: Fabrízio de Royes Mello <fabriziomello@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Formatting cleanup of guc_tables.c
Next
From: Jacob Champion
Date:
Subject: pgsql: oauth: Always link with -lm for floor()