pgsql: doc: Fix order of protocol messages in listing

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix order of protocol messages in listing
Date: 2020-10-23 11:12:50
Message-ID: E1kVv06-0000XA-9w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-23 15:32:57 pgsql: Fix broken XML formatting in EXPLAIN output for incremental sort
Previous Message Heikki Linnakangas 2020-10-23 08:52:46 pgsql: doc: Remove reference to pre-8.2 pg_dump behaviour