Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit129b21c

Browse files
author
Michael Paquier
committed
Remove show timeline commands in regression tests
"show timeline" has actually been removed.
1 parentf6cc608 commit129b21c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎sql/backup_restore.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ pg_ctl start -w -t 3600 > /dev/null 2>&1
257257
pg_dumpall>$BASE_PATH/results/dump_after_rtx.sql
258258
diff$BASE_PATH/results/dump_before_rtx.sql$BASE_PATH/results/dump_after_rtx.sql
259259

260-
# show timeline
261-
pg_rman -p$TEST_PGPORT showtimeline--verbose -a -d postgres>$BASE_PATH/results/log_show_timeline_12>&1
262-
pg_rman -p$TEST_PGPORT showtimeline`date +%Y` -a --verbose -d postgres>$BASE_PATH/results/log_show_timeline_22>&1
263-
pg_rman -p$TEST_PGPORT showtimeline`date +%Y` --verbose -d postgres>$BASE_PATH/results/log_show_timeline_32>&1
260+
# show
261+
pg_rman -p$TEST_PGPORT show --verbose -a -d postgres>$BASE_PATH/results/log_show_timeline_12>&1
262+
pg_rman -p$TEST_PGPORT show`date +%Y` -a --verbose -d postgres>$BASE_PATH/results/log_show_timeline_22>&1
263+
pg_rman -p$TEST_PGPORT show`date +%Y` --verbose -d postgres>$BASE_PATH/results/log_show_timeline_32>&1
264264
echo"# of deleted backups (show all)"
265265
grep -c DELETED$BASE_PATH/results/log_show_timeline_2
266266
echo"# of deleted backups"
@@ -275,7 +275,7 @@ pg_rman -p $TEST_PGPORT delete `date "+%Y-%m-%d %T"` --debug -d postgres > $BASE
275275
pg_rman -p$TEST_PGPORT show`date +%Y` -a --verbose -d postgres>$BASE_PATH/results/log_show22>&1
276276
echo"# of deleted backups"
277277
grep -c DELETED$BASE_PATH/results/log_show2
278-
pg_rman -p$TEST_PGPORT showtimeline`date +%Y` -a --verbose -d postgres>$BASE_PATH/results/log_show_timeline_42>&1
278+
pg_rman -p$TEST_PGPORT show`date +%Y` -a --verbose -d postgres>$BASE_PATH/results/log_show_timeline_42>&1
279279

280280
# cleanup
281281
pg_ctl stop -m immediate> /dev/null2>&1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp