Re: Improve doc on parallel stream changes for Stream Abort message

2025-06-24 Thread Amit Kapila
On Tue, Jun 24, 2025 at 11:58 AM Anthonin Bonnefoy wrote: > > On Tue, Jun 24, 2025 at 7:26 AM Amit Kapila wrote: > > How about a slightly modified version like: (a) The LSN of the abort > > operation, present only when the change stream can be applied in > > parallel. This field is available sinc

Re: Improve doc on parallel stream changes for Stream Abort message

2025-06-24 Thread Amit Kapila
On Mon, Jun 23, 2025 at 2:10 PM Anthonin Bonnefoy wrote: > > While adding parsing of logical replication to Wireshark[1], I've > found the Stream Abort description possibly misleading. Stream Abort > will have the Abort LSN and TS when parallel streaming is enabled. > However, the documentation on

Re: Improve doc on parallel stream changes for Stream Abort message

2025-06-24 Thread Anthonin Bonnefoy
On Tue, Jun 24, 2025 at 7:26 AM Amit Kapila wrote: > How about a slightly modified version like: (a) The LSN of the abort > operation, present only when the change stream can be applied in > parallel. This field is available since protocol version 4. (b) Abort > timestamp of the transaction, prese

Improve doc on parallel stream changes for Stream Abort message

2025-06-23 Thread Anthonin Bonnefoy
Hi, While adding parsing of logical replication to Wireshark[1], I've found the Stream Abort description possibly misleading. Stream Abort will have the Abort LSN and TS when parallel streaming is enabled. However, the documentation only mentions "This field is available since protocol version 4"