mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
48beecda7c
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.