Re: [PATCH] Windows port, fix some resources leaks - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] Windows port, fix some resources leaks
Date
Msg-id 20200128210617.GA10415@alvherre.pgsql
Whole thread Raw
In response to Re: [PATCH] Windows port, fix some resources leaks  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [PATCH] Windows port, fix some resources leaks
Re: [PATCH] Windows port, fix some resources leaks
List pgsql-hackers
On 2020-Jan-28, Robert Haas wrote:

> On Fri, Jan 24, 2020 at 2:13 AM Michael Paquier <michael@paquier.xyz> wrote:
> > No, that's not right.  I think that it is possible to loop over
> > ShmemProtectiveRegion in some cases.  And actually, your patch is dead
> > wrong because this is some code called by the postmaster and it cannot
> > use FATAL.
> 
> Uh, really? I am not aware of such a rule.

I don't think we have ever expressed it as such, but certainly we prefer
postmaster to be super robust ... rather live with a some hundred bytes
leak rather than have it die and take the whole database service down
for what's essentially a fringe bug that has bothered no one in a decade
and a half.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: VALUES ROW(...)
Next
From: Ranier Vilela
Date:
Subject: Re: [PATCH] Windows port, fix some resources leaks