File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 130
130
(<acronym>BBU</>) disk controllers. In such setups, the synchronize
131
131
command forces all data from the controller cache to the disks,
132
132
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
134
134
if you are affected. If you are affected, the performance benefits
135
135
of the BBU can be regained by turning off write barriers in
136
136
the file system or reconfiguring the disk controller, if that is
571
571
the exception of <literal>fsync_writethrough</>, which can sometimes
572
572
force a flush of the disk cache even when other options do not do so.
573
573
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 </>
575
575
in the PostgreSQL source tree.
576
576
Note that this parameter is irrelevant if <varname>fsync</varname>
577
577
has been turned off.
You can’t perform that action at this time.
0 commit comments