From e31b35faa5f1971ad847f238b6893fb805b74065 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 18 Aug 2009 16:54:12 +0000 Subject: [PATCH] Remove duplicate from release notes, and reorganize slightly. --- doc/src/sgml/release-8.5.sgml | 44 ++++++++++++++++------------------- 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml index a221f1ebbe..a4046541db 100644 --- a/doc/src/sgml/release-8.5.sgml +++ b/doc/src/sgml/release-8.5.sgml @@ -1,4 +1,4 @@ - + Release 8.5alpha1 @@ -148,15 +148,6 @@ flag to send(). - - - 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 "could not reattach to shared memory" errors on - Win32. - - @@ -333,6 +324,25 @@ + + Ports + + + + 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 "could not reattach to shared memory" errors on + Win32. + + + + + Add s_lock support for SuperH architecture (not well tested). + + + + Source code, build options @@ -367,15 +377,6 @@ tree, not only src/backend/. - - - 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 "could not reattach to shared memory" errors on - Win32. - - Make the core scanner re-entrant, along with additional fixes that @@ -389,11 +390,6 @@ files altogether. - - - Add s_lock support for SuperH architecture (not well tested). - -