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

Commita7f4171

Browse files
committed
Don't enable fsync in src/test/recovery/t/008_fsm_truncation.pl.
In adverse circumstances, the fsync calls cause this test to run forquite a long time (multiple minutes) and even suffer timeout failures.This seems to date from before we made an effort to disable fsync inall our test cases; there's not a lot of point in using it if there'snot a plan to force an O/S crash during the test.Discussion:https://postgr.es/m/440239.1642560607@sss.pgh.pa.us
1 parent89f059b commita7f4171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/test/recovery/t/008_fsm_truncation.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
$node_primary->append_conf(
1919
'postgresql.conf',qq{
20-
fsync = on
2120
wal_log_hints = on
2221
max_prepared_transactions = 5
2322
autovacuum = off

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp