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

From Simon Riggs
Subject Re: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum
Date
Msg-id CANP8+jL4h3gT1iYT0dMCr5HYtJBowvX10vV5Zm+B=fUoBWWXtw@mail.gmail.com
Whole thread Raw
In response to Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum  (vignesh C <vignesh21@gmail.com>)
Responses Re: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Fri, 3 Jul 2020 at 09:07, vignesh C <vignesh21@gmail.com> wrote:
 
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?

Unused? To confirm that, everybody that has a logical decoding plugin needs to check their code so we are certain this is sensible.

Seems like a change with low utility.

--
Simon Riggs                http://www.2ndQuadrant.com/
Mission Critical Databases

pgsql-hackers by date:

Previous
From: Nikolay Shaplov
Date:
Subject: Re: [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions
Next
From: Peter Eisentraut
Date:
Subject: Re: Missing "Up" navigation link between parts and doc root?