some unused parameters cleanup

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: some unused parameters cleanup
Date: 2020-08-25 05:47:17
Message-ID: 511bb100-f829-ba21-2f10-9f952ec06ead@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a series of patches to remove some unused function parameters.
In each case, the need for them was removed by some other code changes
over time but the unusedness was not noticed. I have included a
reference to when they became unused in each case.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Remove-unused-parameter.patch text/plain 1.8 KB
0002-Remove-unused-parameter.patch text/plain 2.2 KB
0003-Remove-unused-parameter.patch text/plain 1.8 KB
0004-Remove-unused-parameter.patch text/plain 1.6 KB
0005-Remove-unused-parameter.patch text/plain 1.8 KB
0006-Remove-unused-parameter.patch text/plain 1.8 KB
0007-Remove-unused-parameters.patch text/plain 11.3 KB
0008-Remove-unused-parameter.patch text/plain 2.7 KB
0009-Remove-unused-parameter.patch text/plain 1.3 KB
0010-Remove-unused-parameter.patch text/plain 1.8 KB
0011-Remove-unused-parameter.patch text/plain 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-08-25 06:53:20 Re: "cert" + clientcert=verify-ca in pg_hba.conf?
Previous Message Dilip Kumar 2020-08-25 05:10:42 Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions