Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5925aa0

Browse files
committed
Update SGML docs to point to new /contrib/pg_test_fsync.
1 parent b35bfca commit 5925aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/wal.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
(<acronym>BBU</>) disk controllers. In such setups, the synchronize
131131
command forces all data from the controller cache to the disks,
132132
eliminating much of the benefit of the BBU. You can run the utility
133-
<filename>src/tools/fsync</> in the PostgreSQL source tree to see
133+
<filename>contrib/pg_test_fsync</> in the PostgreSQL source tree to see
134134
if you are affected. If you are affected, the performance benefits
135135
of the BBU can be regained by turning off write barriers in
136136
the file system or reconfiguring the disk controller, if that is
@@ -571,7 +571,7 @@
571571
the exception of <literal>fsync_writethrough</>, which can sometimes
572572
force a flush of the disk cache even when other options do not do so.
573573
However, it's quite platform-specific which one will be the fastest;
574-
you can test option speeds using the utility <filename>src/tools/fsync</>
574+
you can test option speeds using the utility <filename>contrib/pg_test_fsync</>
575575
in the PostgreSQL source tree.
576576
Note that this parameter is irrelevant if <varname>fsync</varname>
577577
has been turned off.

0 commit comments

Comments
 (0)