Refactor UnpinBuffer() - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Refactor UnpinBuffer()
Date
Msg-id CAJ7c6TOmmFpb6ohurLhTC7hKNJWGzdwf8s4EAtAZxD48g-e6Jw@mail.gmail.com
Whole thread Raw
Responses Re: Refactor UnpinBuffer()
List pgsql-hackers
Hi hackers,

The proposed patch removes the redundant `fixOwner` argument.

"""
The fixOwner bool argument ended up always being true, so it doesn't do much
anymore. Removing it doesn't necessarily affect the performance a lot, but at
least improves the readability. The procedure is static thus the extension
authors are not going to be upset.
"""

-- 
Best regards,
Aleksander Alekseev

Attachment

pgsql-hackers by date:

Previous
From: Ranier Vilela
Date:
Subject: A potential memory leak on Merge Join when Sort node is not below Materialize node
Next
From: Önder Kalacı
Date:
Subject: Re: A potential memory leak on Merge Join when Sort node is not below Materialize node