mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
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.