Skip to content

Commit e31b35f

Browse files
committed
Remove duplicate from release notes, and reorganize slightly.
1 parent 4b98b61 commit e31b35f

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

doc/src/sgml/release-8.5.sgml

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.1 2009/08/17 22:14:44 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-8.5.sgml,v 1.2 2009/08/18 16:54:12 petere Exp $ -->
22

33
<sect1 id="release-8.5">
44
<title>Release 8.5alpha1</title>
@@ -148,15 +148,6 @@
148148
flag to send().
149149
</para>
150150
</listitem>
151-
<listitem>
152-
<para>
153-
Reserve the shared memory region during backend startup on Windows,
154-
so that memory allocated by starting third party DLLs doesn't end
155-
up conflicting with it. Hopefully this solves the long-time issue
156-
with &quot;could not reattach to shared memory&quot; errors on
157-
Win32.
158-
</para>
159-
</listitem>
160151
</itemizedlist>
161152
</sect3>
162153
<sect3>
@@ -333,6 +324,25 @@
333324
</listitem>
334325
</itemizedlist>
335326
</sect3>
327+
<sect3>
328+
<title>Ports</title>
329+
<itemizedlist>
330+
<listitem>
331+
<para>
332+
Reserve the shared memory region during backend startup on Windows,
333+
so that memory allocated by starting third party DLLs doesn't end
334+
up conflicting with it. Hopefully this solves the long-time issue
335+
with &quot;could not reattach to shared memory&quot; errors on
336+
Win32.
337+
</para>
338+
</listitem>
339+
<listitem>
340+
<para>
341+
Add s_lock support for SuperH architecture (not well tested).
342+
</para>
343+
</listitem>
344+
</itemizedlist>
345+
</sect3>
336346
<sect3>
337347
<title>Source code, build options</title>
338348
<itemizedlist>
@@ -367,15 +377,6 @@
367377
tree, not only src/backend/.
368378
</para>
369379
</listitem>
370-
<listitem>
371-
<para>
372-
Reserve the shared memory region during backend startup on Windows,
373-
so that memory allocated by starting third party DLLs doesn't end
374-
up conflicting with it. Hopefully this solves the long-time issue
375-
with &quot;could not reattach to shared memory&quot; errors on
376-
Win32.
377-
</para>
378-
</listitem>
379380
<listitem>
380381
<para>
381382
Make the core scanner re-entrant, along with additional fixes that
@@ -389,11 +390,6 @@
389390
files altogether.
390391
</para>
391392
</listitem>
392-
<listitem>
393-
<para>
394-
Add s_lock support for SuperH architecture (not well tested).
395-
</para>
396-
</listitem>
397393
</itemizedlist>
398394
</sect3>
399395
</sect2>

0 commit comments

Comments
 (0)