Re: Missing empty transaction optimization in pgoutput plugin

2025-12-09 Thread Ashutosh Bapat
On Wed, Dec 10, 2025 at 9:17 AM Zhijie Hou (Fujitsu) wrote: > > On Monday, December 8, 2025 2:49 PM Ashutosh Bapat > wrote: > > > > Hi All, > > test_decoding output plugin skips sending stream_start and stream_end if no > > change from a segment of a streamed transaction is sent downstream. If n

RE: Missing empty transaction optimization in pgoutput plugin

2025-12-09 Thread Zhijie Hou (Fujitsu)
On Monday, December 8, 2025 2:49 PM Ashutosh Bapat wrote: > > Hi All, > test_decoding output plugin skips sending stream_start and stream_end if no > change from a segment of a streamed transaction is sent downstream. If no > change has been sent downstream across all the streamed segments it >

Re: Missing empty transaction optimization in pgoutput plugin

2025-12-08 Thread Amit Kapila
On Mon, Dec 8, 2025 at 12:19 PM Ashutosh Bapat wrote: > > test_decoding output plugin skips sending stream_start and stream_end > if no change from a segment of a streamed transaction is sent > downstream. If no change has been sent downstream across all the > streamed segments it doesn't send com

Missing empty transaction optimization in pgoutput plugin

2025-12-07 Thread Ashutosh Bapat
Hi All, test_decoding output plugin skips sending stream_start and stream_end if no change from a segment of a streamed transaction is sent downstream. If no change has been sent downstream across all the streamed segments it doesn't send commit or abort for that streamed transaction. But I don't s