mirror of https://github.com/postgres/postgres
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.REL7_4_STABLE
parent
75c35e0f31
commit
48beecda7c
Loading…
Reference in new issue