From: Magnus Hagander <magnus@hagander.net>
Date: Fri, 27 Jan 2012 09:36:27 +0000 (+0100)
Subject: Fix wording, per Peter Geoghegan
X-Git-Tag: REL9_0_7~28
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f66c1a2ff8918086099cdfb3b9d9759c8658382;p=postgresql

Fix wording, per Peter Geoghegan
---

diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml
index d8d94457dc..55d0b7445b 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>