mirror of
https://github.com/postgres/postgres.git
synced 2026-01-27 21:43:08 +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:
@@ -66,5 +66,6 @@ extern void simple_string_list_destroy(SimpleStringList *list);
|
||||
extern const char *simple_string_list_not_touched(SimpleStringList *list);
|
||||
|
||||
extern void simple_ptr_list_append(SimplePtrList *list, void *ptr);
|
||||
extern void simple_ptr_list_destroy(SimplePtrList *list);
|
||||
|
||||
#endif /* SIMPLE_LIST_H */
|
||||
|
||||
Reference in New Issue
Block a user