From: Peter Eisentraut Date: Tue, 18 Aug 2009 16:54:12 +0000 (+0000) Subject: Remove duplicate from release notes, and reorganize slightly. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=c4b555aaa404d7fec5c8811c48662ba4dcd0318c;p=users%2Fsimon%2Fpostgres.git Remove duplicate from release notes, and reorganize slightly. --- diff --git a/doc/src/sgml/release-8.5.sgml b/doc/src/sgml/release-8.5.sgml index efaa22334e..151889b705 100644 --- a/doc/src/sgml/release-8.5.sgml +++ b/doc/src/sgml/release-8.5.sgml @@ -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). - -