summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2012-01-27 10:36:27 +0100
committerMagnus Hagander <magnus@hagander.net>2012-01-27 10:37:35 +0100
commit5b242e5addcb2e337c3d9fcc637d092c2b45625b (patch)
treebadd5166b41eda95e389f749ed8d7b9dd807d84b /doc/src
parent23bd628b9fb912292496670d6dc42719a7fd1951 (diff)
Fix wording, per Peter Geoghegan
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/auto-explain.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml
index c1e85af10e0..9f31c04c77b 100644
--- a/doc/src/sgml/auto-explain.sgml
+++ b/doc/src/sgml/auto-explain.sgml
@@ -79,7 +79,7 @@ LOAD 'auto_explain';
<para>
When this parameter is on, per-plan-node timing occurs for all
statements executed, whether or not they run long enough to actually
- get logged. This can have extremely negative impact on performance.
+ get logged. This can have an extremely negative impact on performance.
</para>
</note>
</listitem>