Remove unused function parameters in pg_backup_archiver.c.

Nathan Bossart <nathan@postgresql.org>

Commit: ff3a7f0b686068d093933a7bdedca1fa57fc5158
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-04-04T19:55:04Z
Releases: 18.0
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

Files

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.c modified +12 −14

Discussion