Re: Memory leaks in BufFileOpenShared() - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Memory leaks in BufFileOpenShared()
Date
Msg-id CAEepm=2=tws4=5PhwO6Kp2zdJg=GG+BWjvB-3z+CvZVPEx3vGA@mail.gmail.com
Whole thread Raw
In response to Re: Memory leaks in BufFileOpenShared()  (Antonin Houska <ah@cybertec.at>)
Responses Re: Memory leaks in BufFileOpenShared()
List pgsql-hackers
On Fri, Jun 15, 2018 at 8:42 PM, Antonin Houska <ah@cybertec.at> wrote:
> Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
>
>> The changes were made by this commit to add infrastructure for sharing
>> temporary files between backends, according to the author (Thomas
>> Munro).
>>
>> https://git.postgresql.org/pg/commitdiff/dc6c4c9dc2a111519b76b22daaaac86c5608223b
>>
>> Your proposal looks reasonable but I would like to hear from Thomas's
>> opinion as well.
>
> o.k. He can actually have different feeling about details, e.g. if a new
> function makeBufFileCommon() should be introduced or if makeBufFile() should
> do the common settings. In the latter case, BufFileCreateTemp() would have to
> do more work than it does now.

Thanks for finding these accidental duplications, and to Ishii-san for
committing the fix.  Oops.

+1 for this refactoring.

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: Memory leaks in BufFileOpenShared()
Next
From: Tatsuo Ishii
Date:
Subject: Re: Memory leaks in BufFileOpenShared()