On Tue, Jul 21, 2026 at 05:05:14PM -0400, Andres Freund wrote: > So far our policy is that we do not care about leaks in short lived > binaries. I doubt that we need more very verbose projects at this point, so I > don't think we'll want to change this in the near future.
None of the changes proposed in the patch are worth caring about. The only memory leaks I would care about in the frontend binaries are those where we could run a tool in an infinite loop where the non-freed would bloat. One example of that is pg_receivewal without --no-loop, that could be used as a service to get WAL from a remote source. -- Michael
signature.asc
Description: PGP signature
