mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
pg_verifybackup: Verify tar-format backups.
This also works for compressed tar-format backups. However, -n must be used, because we use pg_waldump to verify WAL, and it doesn't yet know how to verify WAL that is stored inside of a tarfile. Amul Sul, reviewed by Sravan Kumar and by me, and revised by me.
This commit is contained in:
@@ -3336,6 +3336,7 @@ astreamer_plain_writer
|
||||
astreamer_recovery_injector
|
||||
astreamer_tar_archiver
|
||||
astreamer_tar_parser
|
||||
astreamer_verify
|
||||
astreamer_zstd_frame
|
||||
bgworker_main_type
|
||||
bh_node_type
|
||||
@@ -3957,6 +3958,7 @@ substitute_phv_relids_context
|
||||
subxids_array_status
|
||||
symbol
|
||||
tablespaceinfo
|
||||
tar_file
|
||||
td_entry
|
||||
teSection
|
||||
temp_tablespaces_extra
|
||||
|
||||
Reference in New Issue
Block a user