Refactor UnpinBuffer()

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Refactor UnpinBuffer()
Date: 2022-09-28 17:14:23
Message-ID: CAJ7c6TOmmFpb6ohurLhTC7hKNJWGzdwf8s4EAtAZxD48g-e6Jw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-Refactor-UnpinBuffer.patch application/octet-stream 5.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Önder Kalacı 2022-09-28 17:23:53 Re: A potential memory leak on Merge Join when Sort node is not below Materialize node
Previous Message Ranier Vilela 2022-09-28 16:56:34 A potential memory leak on Merge Join when Sort node is not below Materialize node