File tree Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Expand file tree Collapse file tree 1 file changed +20
-24
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<sect1 id="release-8.5">
4
4
<title>Release 8.5alpha1</title>
148
148
flag to send().
149
149
</para>
150
150
</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 "could not reattach to shared memory" errors on
157
- Win32.
158
- </para>
159
- </listitem>
160
151
</itemizedlist>
161
152
</sect3>
162
153
<sect3>
333
324
</listitem>
334
325
</itemizedlist>
335
326
</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 "could not reattach to shared memory" 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>
336
346
<sect3>
337
347
<title>Source code, build options</title>
338
348
<itemizedlist>
367
377
tree, not only src/backend/.
368
378
</para>
369
379
</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 "could not reattach to shared memory" errors on
376
- Win32.
377
- </para>
378
- </listitem>
379
380
<listitem>
380
381
<para>
381
382
Make the core scanner re-entrant, along with additional fixes that
389
390
files altogether.
390
391
</para>
391
392
</listitem>
392
- <listitem>
393
- <para>
394
- Add s_lock support for SuperH architecture (not well tested).
395
- </para>
396
- </listitem>
397
393
</itemizedlist>
398
394
</sect3>
399
395
</sect2>
You can’t perform that action at this time.
0 commit comments