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

Commit728a3e7

Browse files
committed
Switch pg_basebackup commands in Postgres.pm to use --nosync
On slow machines, this greatly reduces the I/O pressure induced by thetests.From: Michael Paquier <michael.paquier@gmail.com>
1 parent6ed2d85 commit728a3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ sub backup
483483

484484
print"# Taking pg_basebackup$backup_name from node\"$name\"\n";
485485
TestLib::system_or_bail('pg_basebackup','-D',$backup_path,'-p',$port,
486-
'-x');
486+
'-x','--nosync');
487487
print"# Backup finished\n";
488488
}
489489

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp