Thread: pgsql: Documenation fixups for replication protocol.

pgsql: Documenation fixups for replication protocol.

From
Jeff Davis
Date:
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(-)