Skip to content
Snippets Groups Projects
Commit e31b35fa authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove duplicate from release notes, and reorganize slightly.

parent 4b98b613
No related branches found
No related tags found
No related merge requests found
<!-- $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"> <sect1 id="release-8.5">
<title>Release 8.5alpha1</title> <title>Release 8.5alpha1</title>
...@@ -148,15 +148,6 @@ ...@@ -148,15 +148,6 @@
flag to send(). flag to send().
</para> </para>
</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>
</itemizedlist> </itemizedlist>
</sect3> </sect3>
<sect3> <sect3>
...@@ -333,6 +324,25 @@ ...@@ -333,6 +324,25 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</sect3> </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> <sect3>
<title>Source code, build options</title> <title>Source code, build options</title>
<itemizedlist> <itemizedlist>
...@@ -367,15 +377,6 @@ ...@@ -367,15 +377,6 @@
tree, not only src/backend/. tree, not only src/backend/.
</para> </para>
</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> <listitem>
<para> <para>
Make the core scanner re-entrant, along with additional fixes that Make the core scanner re-entrant, along with additional fixes that
...@@ -389,11 +390,6 @@ ...@@ -389,11 +390,6 @@
files altogether. files altogether.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Add s_lock support for SuperH architecture (not well tested).
</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect3> </sect3>
</sect2> </sect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment