pgsql: Remove unused function parameters in pg_backup_archiver.c.

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: E1u0n8l-002gWP-1P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-04-04 20:07:56 Re: pgsql: pg_dump: Retrieve attribute statistics in batches.
Previous Message Nathan Bossart 2025-04-04 19:51:56 pgsql: Skip second WriteToc() call for custom-format dumps without data