Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e31b35fa
Commit
e31b35fa
authored
Aug 18, 2009
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate from release notes, and reorganize slightly.
parent
4b98b613
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
24 deletions
+20
-24
doc/src/sgml/release-8.5.sgml
doc/src/sgml/release-8.5.sgml
+20
-24
No files found.
doc/src/sgml/release-8.5.sgml
View file @
e31b35fa
<!-- $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">
<title>Release 8.5alpha1</title>
...
...
@@ -148,15 +148,6 @@
flag to send().
</para>
</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 "could not reattach to shared memory" errors on
Win32.
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3>
...
...
@@ -333,6 +324,25 @@
</listitem>
</itemizedlist>
</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 "could not reattach to shared memory" errors on
Win32.
</para>
</listitem>
<listitem>
<para>
Add s_lock support for SuperH architecture (not well tested).
</para>
</listitem>
</itemizedlist>
</sect3>
<sect3>
<title>Source code, build options</title>
<itemizedlist>
...
...
@@ -367,15 +377,6 @@
tree, not only src/backend/.
</para>
</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 "could not reattach to shared memory" errors on
Win32.
</para>
</listitem>
<listitem>
<para>
Make the core scanner re-entrant, along with additional fixes that
...
...
@@ -389,11 +390,6 @@
files altogether.
</para>
</listitem>
<listitem>
<para>
Add s_lock support for SuperH architecture (not well tested).
</para>
</listitem>
</itemizedlist>
</sect3>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment