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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust various references to GEQO being non-deterministic.
Date: 2012-04-10 00:49:26
Message-ID: E1SHPGw-0005wJ-9Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8b67e3cbe0c3e14a5e250e4f03748e9908e988f3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-04-10 06:31:59 pgsql: Fix typos in docs, some words were doubled.
Previous Message Bruce Momjian 2012-04-09 18:50:58 pgsql: Re-add documentation recommendation to use gzip/gunzip for archi