Cleanup - Removal of unused function parameter from CopyReadBinaryAttribute

From: vignesh C <vignesh21(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Cleanup - Removal of unused function parameter from CopyReadBinaryAttribute
Date: 2020-06-18 13:30:57
Message-ID: CALDaNm1TYSNTfqx_jfz9_mwEZ2Er=dZnu++duXpC1uQo1cG=WA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Cleanup-removal-of-unused-function-parameter-from-Co.patch text/x-patch 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2020-06-18 13:45:14 Re: Missing HashAgg EXPLAIN ANALYZE details for parallel plans
Previous Message Bruce Momjian 2020-06-18 13:19:02 Re: Transactions involving multiple postgres foreign servers, take 2