Mention synchronize_seqscans GUC variable in release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Jan 2008 21:31:33 +0000 (21:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Jan 2008 21:31:33 +0000 (21:31 +0000)
Update expected release date.

doc/src/sgml/release.sgml

index 49d11958fd40693b29a1e720a87438ab6b66efd1..25ffdf7eb75fe0fd0f4a821a1bfb207da0c4323f 100644 (file)
@@ -68,8 +68,7 @@ do it for earlier branch release files.
 
   <note>
    <title>Release date</title>
-   <simpara>2008-01-??</simpara>
-   <para>CURRENT AS OF 2008-01-17</>
+   <simpara>2008-02-04</simpara>
   </note>
 
   <sect2>
@@ -842,7 +841,8 @@ current_date &lt; 2017-11-17
        middle of the table (where another sequential scan is already
        in-progress) and wrapping around to the beginning to finish.  This
        can affect the order of returned rows in a query that does not
-       specify <literal>ORDER BY</>.
+       specify <literal>ORDER BY</>.  The <varname>synchronize_seqscans</>
+       configuration parameter can be used to disable this if necessary.
       </para>
      </listitem>