Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum
Date: 2020-07-03 08:07:30
Message-ID: CALDaNm3Ppt71NafGY5mk3V2i3Q+mm93pVibDq-0NpW7WU67Jcg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Removal-unused-function-parameter-in-parallel-vacuum.patch text/x-patch 11.5 KB

Responses

Browse pgsql-hackers by date

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