]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: improve protocol spec for logical replication Type messages.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Nov 2021 18:12:58 +0000 (13:12 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Nov 2021 18:12:58 +0000 (13:12 -0500)
commitfcfb40dcc13189ed1d6791a11eb553d2329f4f6e
tree1c3622d1b44095ea072800f24793e9e182d24ea9
parent18ce21768a802434cc1707ede52f3a1e3c037a0e
Doc: improve protocol spec for logical replication Type messages.

protocol.sgml documented the layout for Type messages, but completely
dropped the ball otherwise, failing to explain what they are, when
they are sent, or what they're good for.  While at it, do a little
copy-editing on the description of Relation messages.

In passing, adjust the comment for apply_handle_type() to make it
clearer that we choose not to do anything when receiving a Type
message, not that we think it has no use whatsoever.

Per question from Stefen Hillman.

Discussion: https://postgr.es/m/CAPgW8pMknK5pup6=T4a_UG=Cz80Rgp=KONqJmTdHfaZb0RvnFg@mail.gmail.com
doc/src/sgml/protocol.sgml
src/backend/replication/logical/worker.c