pgsql: Remove unused function parameters in pg_backup_archiver.c. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Remove unused function parameters in pg_backup_archiver.c.
Date
Msg-id E1u0n8l-002gWP-1P@gemulon.postgresql.org
Whole thread Raw
List 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@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(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Skip second WriteToc() call for custom-format dumps without data
Next
From: Nathan Bossart
Date:
Subject: Re: pgsql: pg_dump: Retrieve attribute statistics in batches.