OSDN Git Service

Remove duplicate from release notes, and reorganize slightly.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Aug 2009 16:54:12 +0000 (16:54 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 18 Aug 2009 16:54:12 +0000 (16:54 +0000)
doc/src/sgml/release-8.5.sgml

index a221f1e..a404654 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.1 2009/08/17 22:14:44 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.2 2009/08/18 16:54:12 petere Exp $ -->
 
 <sect1 id="release-8.5">
   <title>Release 8.5alpha1</title>
             flag to send().
           </para>
         </listitem>
-        <listitem>
-          <para>
-            Reserve the shared memory region during backend startup on Windows,
-            so that memory allocated by starting third party DLLs doesn't end
-            up conflicting with it. Hopefully this solves the long-time issue
-            with &quot;could not reattach to shared memory&quot; errors on
-            Win32.
-          </para>
-        </listitem>
       </itemizedlist>
     </sect3>
     <sect3>
       </itemizedlist>
     </sect3>
     <sect3>
+      <title>Ports</title>
+      <itemizedlist>
+        <listitem>
+          <para>
+            Reserve the shared memory region during backend startup on Windows,
+            so that memory allocated by starting third party DLLs doesn't end
+            up conflicting with it. Hopefully this solves the long-time issue
+            with &quot;could not reattach to shared memory&quot; errors on
+            Win32.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Add s_lock support for SuperH architecture (not well tested).
+          </para>
+        </listitem>
+      </itemizedlist>
+    </sect3>
+    <sect3>
       <title>Source code, build options</title>
       <itemizedlist>
         <listitem>
         </listitem>
         <listitem>
           <para>
-            Reserve the shared memory region during backend startup on Windows,
-            so that memory allocated by starting third party DLLs doesn't end
-            up conflicting with it. Hopefully this solves the long-time issue
-            with &quot;could not reattach to shared memory&quot; errors on
-            Win32.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
             Make the core scanner re-entrant, along with additional fixes that
             will let it be used directly by PL/pgSQL.
           </para>
             files altogether.
           </para>
         </listitem>
-        <listitem>
-          <para>
-            Add s_lock support for SuperH architecture (not well tested).
-          </para>
-        </listitem>
       </itemizedlist>
     </sect3>
   </sect2>