Re: missing documentation for streaming in-progress transactions
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Ajin Cherian <itsajin@gmail.com>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Dilip Kumar <dilipbalaut@gmail.com>
Date: 2021-04-08T02:56:37Z
Lists: pgsql-hackers
On Thu, Apr 8, 2021 at 3:49 AM Peter Smith <smithpb2250@gmail.com> wrote: > > On Wed, Apr 7, 2021 at 10:15 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > On Wed, Apr 7, 2021 at 1:11 PM Ajin Cherian <itsajin@gmail.com> wrote: > > 3. > There is inconsistent wording for what seems to be the same condition. > e.g.1 The existing documentation [2] says "Xid of the transaction. The > XID is sent only when user has requested streaming of in-progress > transactions." > e.g.2 For a similar case the patch says "Xid of the transaction (only > present for streamed transactions)." > I think there should be consistent wording used on this page where possible. > I think this is already modified as below in the patch. Is there any other place you are referring to? @@ -6457,8 +6462,7 @@ Message </term> <listitem> <para> - Xid of the transaction. The XID is sent only when user has - requested streaming of in-progress transactions. + Xid of the transaction (only present for streamed transactions). -- With Regards, Amit Kapila.
Commits
-
doc: Update information of new messages for logical replication.
- 15c1a9d9cb76 14.0 landed