Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum - Mailing list pgsql-hackers

From vignesh C
Subject Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum
Date
Msg-id CALDaNm3Ppt71NafGY5mk3V2i3Q+mm93pVibDq-0NpW7WU67Jcg@mail.gmail.com
Whole thread Raw
Responses Re: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum
Re: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum
List pgsql-hackers
Hi,

While checking through the code I found that  some of the function
parameters in reorderbuffer & vacuumlazy are not used. I felt this
could be removed. I'm not sure if it is kept for future use or not.
Attached patch contains the changes for the same.
Thoughts?

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Curious - "logical replication launcher" (PID) existed with exit code 1
Next
From: Nikolay Shaplov
Date:
Subject: Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions