Re: memory leak in pgoutput
by Yang <mobile.yang@outlook.com>
From: by Yang <mobile.yang@outlook.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2024-11-20T10:41:50Z
Lists: pgsql-hackers
Attachments
- v3-0001-Fix-memory-leak-in-pgoutput.patch (application/octet-stream) patch v3-0001
> 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 I apologize for the obvious error in the previous patch. I have corrected it in the new patch(v3) and pass the regression testing.
Commits
-
Fix memory leak in pgoutput for the WAL sender
- 6fc30c24cb7f 15.11 landed
- e749eaf46e9b 16.7 landed
- afe9b0d9fee1 17.3 landed
- ea792bfd93ab 18.0 landed