[PATCH 3/3] Document geqo_seed variable.

From: Andres Freund <andres(at)anarazel(dot)de>
To: andres(at)anarazel(dot)de, pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH 3/3] Document geqo_seed variable.
Date: 2009-07-14 22:34:50
Message-ID: 1247610890-8922-4-git-send-email-andres@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

---
doc/src/sgml/config.sgml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 99d25d7..5d8eca9 100644
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
*************** archive_command = 'copy "%p" "C:\\server
*** 2150,2155 ****
--- 2150,2171 ----
</listitem>
</varlistentry>

+ <varlistentry id="guc-geqo-seed" xreflabel="geqo_seed">
+ <term><varname>geqo_seed</varname>
+ (<type>floating point</type>)</term>
+ <indexterm>
+ <primary><varname>geqo_seed</> configuration parameter</primary>
+ </indexterm>
+ <listitem>
+ <para>
+ Controls the initialization of the random number generator used
+ by GEQO to select random paths through the join order search space.
+ With the default setting of zero the join order planning is not repeatable.
+ For repeatable planning set a value between 0 (exclusive) and 1 (inclusive).
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
<sect2 id="runtime-config-query-other">
--
1.6.3.3.335.ge09a8

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2009-07-14 22:37:30 Re: navigation menu for documents
Previous Message Andres Freund 2009-07-14 22:34:49 [PATCH 2/3] Support a 'geqo_seed' GUC to make planning via GEQO repeatable.