pgsql: doc: Fix order of protocol messages in listing - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Fix order of protocol messages in listing
Date
Msg-id E1kVv06-0000XA-9w@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix order of protocol messages in listing

The order of AuthenticationGSSContinue and AuthenticationSSPI was
swapped, based on the other Authentication* protocol messages being
listed in subcode order.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83d727e5b23c43f3fb7221963ddec24277c1126f

Modified Files
--------------
doc/src/sgml/protocol.sgml | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: doc: Remove reference to pre-8.2 pg_dump behaviour
Next
From: Tom Lane
Date:
Subject: pgsql: Fix broken XML formatting in EXPLAIN output for incremental sort