Thread: pgsql: Remove unused function parameters in pg_backup_archiver.c.

pgsql: Remove unused function parameters in pg_backup_archiver.c.

From
Nathan Bossart
Date:
Remove unused function parameters in pg_backup_archiver.c.

Thanks to commit 9c02e3a986, which modified some of the changes
from commit a0a4601765, we can remove the now-unused ArchiveHandle
parameter from _tocEntryRestorePass() and move_to_ready_heap().

Reviewed-by: Jeff Davis <pgsql@j-davis.com>
Discussion: https://postgr.es/m/Z-3x2AnPCP331JA3%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ff3a7f0b686068d093933a7bdedca1fa57fc5158

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)