Thread

  1. Improve doc on parallel stream changes for Stream Abort message

    Anthonin Bonnefoy <anthonin.bonnefoy@datadoghq.com> — 2025-06-23T08:40:36Z

    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" which could be interpreted (at least, I've
    interpreted it this way) as "this field will always present with
    protocol version 4".
    
    The attached patch adds a "(only present for parallel stream)" mention
    to the Abort LSN and TS documentation, akin to what's done for
    parallel transactions.
    
    Regards,
    Anthonin
    
    [1]: https://gitlab.com/wireshark/wireshark/-/merge_requests/20268