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
dc8d322a
Commit
dc8d322a
authored
Dec 11, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user.
template/sco updated.
parent
92d77c69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+8
-8
src/template/sco
src/template/sco
+2
-1
No files found.
doc/src/sgml/installation.sgml
View file @
dc8d322a
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.12
6 2002/11/23 03:50:34 tgl
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.12
7 2002/12/11 22:27:26 momjian
Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
<title><![%standalone-include[<productname>PostgreSQL</>]]>
...
@@ -1713,6 +1713,13 @@ gunzip -c user.ps.gz \
...
@@ -1713,6 +1713,13 @@ gunzip -c user.ps.gz \
3.2 Christopher Kings-Lynne (<email>chriskl@familyhealth.com.au</email>)</entry>
3.2 Christopher Kings-Lynne (<email>chriskl@familyhealth.com.au</email>)</entry>
<entry></entry>
<entry></entry>
</row>
</row>
<row>
<entry><systemitem class="osname">SCO OpenServer 5</></entry>
<entry><systemitem>x86</></entry>
<entry>7.3.1</entry>
<entry>2002-12-11, Shibashish Satpathy (<email>shib@postmark.net</>)</entry>
<entry>5.0.4, gcc; see also <filename>doc/FAQ_SCO</filename></entry>
</row>
<row>
<row>
<entry><systemitem class="osname">Solaris</></entry>
<entry><systemitem class="osname">Solaris</></entry>
<entry><systemitem>Sparc</></entry>
<entry><systemitem>Sparc</></entry>
...
@@ -1849,13 +1856,6 @@ gunzip -c user.ps.gz \
...
@@ -1849,13 +1856,6 @@ gunzip -c user.ps.gz \
<entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry>
<entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry>
<entry>patches available in archives, but too late for 7.2</entry>
<entry>patches available in archives, but too late for 7.2</entry>
</row>
</row>
<row>
<entry><systemitem class="osname">SCO OpenServer 5</></entry>
<entry><systemitem>x86</></entry>
<entry>6.5</entry>
<entry>1999-05-25, Andrew Merrill (<email>andrew@compclass.com</>)</entry>
<entry>7.2 should work, but no reports; see also <filename>doc/FAQ_SCO</filename></entry>
</row>
<row>
<row>
<entry><systemitem class="osname">System V R4</></entry>
<entry><systemitem class="osname">System V R4</></entry>
<entry><systemitem>m88k</></entry>
<entry><systemitem>m88k</></entry>
...
...
src/template/sco
View file @
dc8d322a
...
@@ -2,5 +2,6 @@ if test "$GCC" = yes; then
...
@@ -2,5 +2,6 @@ if test "$GCC" = yes; then
CFLAGS=-O2
CFLAGS=-O2
else
else
CFLAGS=-O
CFLAGS=-O
CC="$CC -b elf"
fi
fi
CC="$CC -b elf"
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