From 6435fc072e55b27eb4132cb2a387a254fa929261 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 7 Sep 2003 21:44:31 +0000 Subject: Update WIN32 branch from CVS HEAD. --- doc/src/sgml/runtime.sgml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 37168a47b0b..5c72480f535 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1438,7 +1438,6 @@ SET ENABLE_SEQSCAN TO OFF; GEQO_EFFORT (integer) GEQO_GENERATIONS (integer) GEQO_POOL_SIZE (integer) - GEQO_RANDOM_SEED (integer) GEQO_SELECTION_BIAS (floating point) @@ -1455,9 +1454,7 @@ SET ENABLE_SEQSCAN TO OFF; is roughly proportional to the sum of pool size and generations. The selection bias is the selective pressure within the population. Values can be from 1.50 to 2.00; the latter is the - default. The random seed can be set to get reproducible results - from the algorithm. If it is set to -1 then the algorithm - behaves non-deterministically. + default. -- cgit v1.2.3