pgsql: Adjust various references to GEQO being non-deterministic. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Adjust various references to GEQO being non-deterministic.
Date
Msg-id E1SHPGw-0005wH-94@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust various references to GEQO being non-deterministic.

It's still non-deterministic in some sense ... but given fixed settings
and identical planning problems, it will now always choose the same plan,
so we probably shouldn't tar it with that brush.  Per bug #6565 from
Guillaume Cottenceau.  Back-patch to 9.0 where the behavior was fixed.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5cf6fddd63c29daab6daa6d0981d51c5f64b876a

Modified Files
--------------
doc/src/sgml/config.sgml |   15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Re-add documentation recommendation to use gzip/gunzip for archi
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust various references to GEQO being non-deterministic.