pgsql: Documenation fixups for replication protocol. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Documenation fixups for replication protocol.
Date
Msg-id E1l0uNx-0003OR-Nb@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Prevent excess SimpleLruTruncate() deletion.
Next
From: Tomas Vondra
Date:
Subject: pgsql: psql \dX: list extended statistics objects