• Tom Lane's avatar
    Remove geqo_random_seed parameter. Having geqo reset the global random() · 48beecda
    Tom Lane authored
    sequence every time it's called is bogus --- it interferes with user
    control over the seed, and actually decreases randomness overall
    (because a seed based on time(NULL) is pretty predictable).  If you really
    want a reproducible result from geqo, do 'set seed = 0' before planning
    a query.
    48beecda
geqo_main.c 7.97 KB