summaryrefslogtreecommitdiff
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:23 +0100
commit2f66c1a2ff8918086099cdfb3b9d9759c8658382 (patch)
tree4a8c2716865180a3b80b28aa6b21098dc8a755bc
parente5f97c5f81874695f9436fe980f7aa51b637bd54 (diff)
Fix wording, per Peter Geoghegan
-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 d8d94457dca..55d0b7445b8 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>