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 |
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
Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
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 |