Refactor UnpinBuffer()

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Refactor UnpinBuffer()
Дата
Msg-id CAJ7c6TOmmFpb6ohurLhTC7hKNJWGzdwf8s4EAtAZxD48g-e6Jw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Refactor UnpinBuffer()  (Nathan Bossart <nathandbossart@gmail.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: A potential memory leak on Merge Join when Sort node is not below Materialize node
Следующее
От: Önder Kalacı
Дата:
Сообщение: Re: A potential memory leak on Merge Join when Sort node is not below Materialize node