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

> 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

  1. Fix memory leak in pgoutput for the WAL sender