]> granicus.if.org Git - postgresql/commit
Repair error apparently introduced in the initial coding of GUC: the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Jan 2004 23:33:34 +0000 (23:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Jan 2004 23:33:34 +0000 (23:33 +0000)
commit672a80702824dafd7dfb6151c6d519dded320032
treeefad184a01ee6eed406696f06d6323239c25071e
parent4d2e94ef04d32198ed257bbf4f4e45d771a5ed0d
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.
doc/src/sgml/runtime.sgml
src/backend/optimizer/geqo/geqo_main.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/optimizer/geqo.h