pgsql: Remove unused function parameters in pg_backup_archiver.c.

Lists: pgsql-committers
From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused function parameters in pg_backup_archiver.c.
Date: 2025-04-04 19:55:47
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

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(at)j-davis(dot)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(-)