1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00
Files
postgres/src/backend/optimizer/geqo
Tom Lane 48beecda7c Remove geqo_random_seed parameter. Having geqo reset the global random()
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.
2003-09-07 15:26:54 +00:00
..
2003-08-04 02:40:20 +00:00
1999-07-16 05:00:38 +00:00
2003-08-04 02:40:20 +00:00
2003-08-04 02:40:20 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
2003-08-04 02:40:20 +00:00
1999-07-16 05:00:38 +00:00
1999-07-16 05:00:38 +00:00
2003-08-04 02:40:20 +00:00