Re: memory leak in pgoutput

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: by Yang <mobile(dot)yang(at)outlook(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>, "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>
Subject: Re: memory leak in pgoutput
Date: 2024-11-20 00:39:55
Message-ID: Zz0v26PbMkukcizA@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 19, 2024 at 07:08:26AM +0000, by Yang wrote:
> I have verifed that this patch works for REL_[15-17]_STABLE and master.
> The memory consumption of "logical replication cache context" remains
> consistently at 112 MB during the benchmark mentioned above.

You should be more careful with the amount of tests you are doing
here. This fails while waiting for some changes to be streamed when
creating a subscription:
cd src/test/subscription/ && PROVE_TESTS=t/017_stream_ddl.pl make check
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-11-20 00:41:58 Re: pg_rewind WAL segments deletion pitfall
Previous Message Tomas Vondra 2024-11-20 00:35:29 Re: Proposal: Adding compression of temporary files