Re: Unused parameters & co in code - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Unused parameters & co in code
Date
Msg-id 201901301114.2vno5l5idtsv@alvherre.pgsql
Whole thread Raw
In response to Unused parameters & co in code  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Unused parameters & co in code  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2019-Jan-30, Michael Paquier wrote:

> ReindexPartitionedIndex => parentIdx

I'd not change this one, as we will surely want to do something useful
eventually.  Not that it matters, but it'd be useless churn.

> blackholeNoticeProcessor => arg

This one's signature is enforced by PQsetNoticeProcessor.

> _bt_relbuf => rel (Quite some cleanup here for the btree code)

If this is a worthwhile cleanup, let's see a patch.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Problems with plan estimates in postgres_fdw
Next
From: Peter Eisentraut
Date:
Subject: Re: Unused parameters & co in code