pgsql: Reorganize pqcomm.h a bit - Mailing list pgsql-committers

From Jacob Champion
Subject pgsql: Reorganize pqcomm.h a bit
Date
Msg-id E1vNd6p-001E3W-2A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reorganize pqcomm.h a bit

Group the PG_PROTOCOL() codes, add a comment to AuthRequest now that the
AUTH_REQ codes live in a different header, and make some small
adjustments to spacing and comment style for the sake of scannability.

Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CAOYmi%2B%3D6zg4oXXOQtifrVao_YKiujTDa3u6bxnU08r0FsSig4g%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0664aa4ff89a640e5c0362cdcfc6cfc3eb63a659

Modified Files
--------------
src/include/libpq/pqcomm.h | 48 ++++++++++++++++++++++++----------------------
1 file changed, 25 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Fix infer_arbiter_index during concurrent index operations
Next
From: Tom Lane
Date:
Subject: pgsql: Improve detection of implicitly-temporary views.