Unused argument in PinBuffer function - Mailing list pgsql-hackers

From Ildar Musin
Subject Unused argument in PinBuffer function
Date
Msg-id 57A326DE.7080503@postgrespro.ru
Whole thread Raw
Responses Re: Unused argument in PinBuffer function  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-hackers
Hi all,

I was looking through the buffer manager's code and have noticed that
function PinBuffer has an unused 'strategy' argument. It's seems that
after refactoring made by Alexander Korotkov and Andres Freund
(48354581a49c30f5757c203415aa8412d85b0f70) it became useless. The
attached patch removes it. Probably someone more advanced could edit the
function description to reflect changes?

Regards,

--
Ildar Musin
i.musin@postgrespro.ru


Attachment

pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Heap WARM Tuples - Design Draft
Next
From: Dmitry Ivanov
Date:
Subject: Bug in WaitForBackgroundWorkerShutdown() [REL9_5_STABLE]