some unused parameters cleanup
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-08-25T05:47:17Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-unused-parameter.patch (text/plain) patch 0001
- 0002-Remove-unused-parameter.patch (text/plain) patch 0002
- 0003-Remove-unused-parameter.patch (text/plain) patch 0003
- 0004-Remove-unused-parameter.patch (text/plain) patch 0004
- 0005-Remove-unused-parameter.patch (text/plain) patch 0005
- 0006-Remove-unused-parameter.patch (text/plain) patch 0006
- 0007-Remove-unused-parameters.patch (text/plain) patch 0007
- 0008-Remove-unused-parameter.patch (text/plain) patch 0008
- 0009-Remove-unused-parameter.patch (text/plain) patch 0009
- 0010-Remove-unused-parameter.patch (text/plain) patch 0010
- 0011-Remove-unused-parameter.patch (text/plain) patch 0011
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
Commits
-
Remove unused parameters
- 8354e7b27ebe 14.0 landed
-
Remove unused parameter
- c02767d2415d 14.0 landed
- 1dec091d5b0b 14.0 landed
- 76af9744db16 14.0 landed
- 96cfcadd26e2 14.0 landed
- fd5e3b291415 14.0 landed
-
Keep pg_stat_statements' query texts in a file, not in shared memory.
- f0d6f20278b7 9.4.0 cited