mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 10:01:17 -04:00
672a807028
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.