Remove unused function parameters in pg_backup_archiver.c.
authorNathan Bossart <[email protected]>
Fri, 4 Apr 2025 19:55:04 +0000 (14:55 -0500)
committerNathan Bossart <[email protected]>
Fri, 4 Apr 2025 19:55:04 +0000 (14:55 -0500)
commitff3a7f0b686068d093933a7bdedca1fa57fc5158
treea614892b44462fd77acaa9f7190d629c8a345e2f
parent9c02e3a986daa865ecdc2e3d8183e2d83b8f4824
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 <[email protected]>
Discussion: https://postgr.es/m/Z-3x2AnPCP331JA3%40nathan
src/bin/pg_dump/pg_backup_archiver.c