- Notifications
You must be signed in to change notification settings - Fork86
Pgpro 5421. --wal-file-path option#437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
25 commits Select commitHold shift + click to select a range
01c06e5
Added tests for --wal-file-path
dlepikhova2d13474
Reterned wal-file-path option
dlepikhovafcb4dae
Fix tests for checking wal-file-path option
dlepikhova8dd36c1
Fix test_wal_file_path_3 for checking option wal-file-path setted by …
dlepikhova3b87069
Fixes for --wal-file-path option
dlepikhova4e66821
Added pg_probackup.log reading for checking --wal-file-path option
dlepikhovae1edfa4
Added warnings for -j and --batch-size setted while --wal-file-path d…
dlepikhovab3e9072
[Issue #439] skip unsupported tests in 9.5 (tests with backups from r…
kulaginmb48ef46
Merge branch 'master' into PGPRO-5421
kulaginm4be96c6
[Issue #439] revert .travis.yml
kulaginmbf0936c
Merge branch 'issue_439' into PGPRO-5421
kulaginm3500e9f
Used an existing code fragment copying one file into one stream inste…
dlepikhovab3c2673
Merge branch 'master' into PGPRO-5421
kulaginm17bd528
[PGPRO-5421] cleanup patch code
kulaginmf601238
[PGPRO-5421] modify test_wal_file_path_3 test to prevent pushing wal …
kulaginm5bc3fb2
[PGPRO-5421] fix test_wal_file_path_3 portability
kulaginma9f3e80
[PGPRO-5421] rewrite --wal-file-path logic and tests
kulaginm3529a17
[PGPRO-5421] fix test_waldir_outside_pgdata_archiving for 9.6
kulaginmbbdf5ca
[PGPRO-5421] fix for test test_archive_push_sanity
kulaginmf73a5d9
Fixes in src/help.c about the list keys of archive-push command
dlepikhova0efb8e6
Fix in expected/option_help.out to pass tests correctly
dlepikhova4194d7e
Added clarifications about --wal-file-path to doc/pgprobackup.xml
dlepikhova7972cf7
Fixes if tests/archive.py for passing tests on Windows
dlepikhova5cd1e16
[DOC][PGPRO-5421] [skip travis] Slightly edited the documentation update
indrupsbb3d425
[ci skip] remove travis checks before merge
kulaginmFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
7 changes: 6 additions & 1 deletiondoc/pgprobackup.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
53 changes: 14 additions & 39 deletionssrc/archive.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionsrc/backup.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletionssrc/catchup.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletionsrc/help.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionsrc/init.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
98 changes: 95 additions & 3 deletionssrc/pg_probackup.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionssrc/pg_probackup.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionsrc/restore.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.