Documenation fixups for replication protocol.

Jeff Davis <jdavis@postgresql.org>

Commit: a32d98351e1ff33c5a65db4ed8e2def70a807bfa
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2021-01-16T22:40:12Z
Releases: 14.0
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

Files

PathChange+/−
doc/src/sgml/protocol.sgml modified +6 −6

Documentation touched

Discussion