Repair error apparently introduced in the initial coding of GUC: the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 672a80702824dafd7dfb6151c6d519dded320032
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-01-21T23:33:34Z
Releases: 8.0.0
Repair error apparently introduced in the initial coding of GUC: the
default value for geqo_effort is supposed to be 40, not 1.  The actual
'genetic' component of the GEQO algorithm has been practically disabled
since 7.1 because of this mistake.  Improve documentation while at it.

Files