From 2f66c1a2ff8918086099cdfb3b9d9759c8658382 Mon Sep 17 00:00:00 2001 From: Magnus Hagander <magnus@hagander.net> Date: Fri, 27 Jan 2012 10:36:27 +0100 Subject: [PATCH] Fix wording, per Peter Geoghegan --- doc/src/sgml/auto-explain.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.49.0