pgsql: Documenation fixups for replication protocol.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Documenation fixups for replication protocol.
Date: 2021-01-16 22:49:33
Message-ID: E1l0uNx-0003OR-Nb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Documenation fixups for replication protocol.

There is no CopyResponse message; it should be CopyOutResponse.

Also, if there is no WAL to stream, the server does not immediately
send a CommandComplete; it's a historical timeline, so it will send a
response tuple first.

Discussion: https://postgr.es/m/0a2c985ebcaa1acd385350aeba561b6509187394.camel@j-davis.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a32d98351e1ff33c5a65db4ed8e2def70a807bfa

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-01-16 23:28:47 pgsql: psql \dX: list extended statistics objects
Previous Message Noah Misch 2021-01-16 20:22:20 pgsql: Prevent excess SimpleLruTruncate() deletion.