Thread: RE: Memory leak in pg_logical_slot_{get,peek}_changes

RE: Memory leak in pg_logical_slot_{get,peek}_changes

From
"Zhijie Hou (Fujitsu)"
Date:
On Thursday, December 26, 2024 8:01 PM vignesh C <vignesh21@gmail.com> wrote:
> 
> Here is an updated version which includes registers to reset the memory
> context that is in-line with a recently committed patch at [1].

Thanks for updating patches ! They look good to me.

Just to confirm, would the other stuff (streamed_txns) that allocated under
CacheMemoryContext also leaks memory ? I think it's OK to change them
separately if it does but just would like to confirm if there is a risk.

> [1] -
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=cfd6cbc
> f9be078fbdf9587014231a5772039b386

Best Regards,
Hou zj