Skip to content

Commit c9b142d

Browse files
committed
Doc change: effected -> affected, per correction from Matthew Wakeling
1 parent 7f88276 commit c9b142d

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
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.67 2010/07/07 14:42:09 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.68 2010/07/08 16:44:12 momjian Exp $ -->
22

33
<chapter id="wal">
44
<title>Reliability and the Write-Ahead Log</title>
@@ -98,7 +98,7 @@
9898
command forces all data from the BBU to the disks, eliminating much
9999
of the benefit of the BBU. You can run the utility
100100
<filename>src/tools/fsync</> in the PostgreSQL source tree to see
101-
if you are effected. If you are effected, the performance benefits
101+
if you are affected. If you are affected, the performance benefits
102102
of the BBU cache can be regained by turning off write barriers in
103103
the file system or reconfiguring the disk controller, if that is
104104
an option. If write barriers are turned off, make sure the battery

0 commit comments

Comments
 (0)