Cleanup - Removal of unused function parameter from CopyReadBinaryAttribute - Mailing list pgsql-hackers

From vignesh C
Subject Cleanup - Removal of unused function parameter from CopyReadBinaryAttribute
Date
Msg-id CALDaNm1TYSNTfqx_jfz9_mwEZ2Er=dZnu++duXpC1uQo1cG=WA@mail.gmail.com
Whole thread Raw
Responses Re: Cleanup - Removal of unused function parameter from CopyReadBinaryAttribute  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List pgsql-hackers
Hi,

While checking copy from code I found that the function parameter
column_no is not used in CopyReadBinaryAttribute. I felt this could be
removed.
Attached patch contains the changes for the same.
Thoughts?

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

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Transactions involving multiple postgres foreign servers, take 2
Next
From: Justin Pryzby
Date:
Subject: Re: Missing HashAgg EXPLAIN ANALYZE details for parallel plans