mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
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.