Remove unused function parameters, part 1: contrib - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Remove unused function parameters, part 1: contrib
Date
Msg-id aSgSi1Ut8yjPohYB@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
Responses Re: Remove unused function parameters, part 1: contrib
Re: Remove unused function parameters, part 1: contrib
List pgsql-hackers
Hi hackers,

PFA patches to remove unused function parameters in contrib (more patches will
come for non contrib).

The patches are split by modules to ease the review.

For 0005 (collid not used in internal_citext_pattern_cmp()) I think that the
unused column should be used (as done in 0005) due to an oversight in commit
f2464997644c.

This has been done with the help of a coccinelle script. It needs more polishing,
so will share later.

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Sergei Glukhov
Date:
Subject: Re: Partial hash index is not used for implied qual.
Next
From: Kirill Reshke
Date:
Subject: Re: Move WAL/RMGR sequence code into its own file and header