Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be7976d

Browse files
author
Neil Conway
committed
Fix a typo in the documentation for geqo_effort.
1 parent fe9c442 commit be7976d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.248 2004/03/09 23:15:47 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.249 2004/03/12 00:56:00 neilc Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -1530,10 +1530,11 @@ SET ENABLE_SEQSCAN TO OFF;
15301530
<listitem>
15311531
<para>
15321532
Controls the tradeoff between planning time and query plan
1533-
efficiency in GEQO. Valid values for this variable range
1534-
from 1 to 10; the default is 5. Larger values increasee the
1535-
time spent doing query planning, but increase the likelyhood
1536-
that an efficient query plan will be chosen.
1533+
efficiency in GEQO. This variable must be an integer in the
1534+
range from 1 to 10. The default value is 5. Larger values
1535+
increase the time spent doing query planning, but also
1536+
increase the likelyhood that an efficient query plan will be
1537+
chosen.
15371538
</para>
15381539

15391540
<para>

0 commit comments

Comments
 (0)