pgsql: Removal unused function parameter in CopyReadBinaryAttribute.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Removal unused function parameter in CopyReadBinaryAttribute.
Date: 2020-06-20 03:52:28
Message-ID: E1jmUYO-0002Ml-9L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Removal unused function parameter in CopyReadBinaryAttribute.

The function parameter column_no is not used in CopyReadBinaryAttribute,
this can be removed.

Commit 0e319c7ad7 removed the usage of column_no parameter in function
CopyReadBinaryAttribute but forgot to remove the parameter.

Reported-by: Vignesh C
Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1TYSNTfqx_jfz9_mwEZ2Er=dZnu++duXpC1uQo1cG=WA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/74b4d78e037c1d4d55fd61f1b58c161e6249dfde

Modified Files
--------------
src/backend/commands/copy.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2020-06-20 08:30:07 pgsql: Remove dead forceSync parameter of XactLogCommitRecord().
Previous Message Alvaro Herrera 2020-06-19 21:26:58 pgsql: Ensure write failure reports no-disk-space