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
10da89c1
Commit
10da89c1
authored
Jul 14, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sysv4 support to configure and docs.
parent
e3be2f9d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
INSTALL
INSTALL
+1
-1
doc/FAQ
doc/FAQ
+1
-1
src/configure
src/configure
+1
-0
src/configure.in
src/configure.in
+1
-0
No files found.
INSTALL
View file @
10da89c1
...
...
@@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
(For non-ELF Linux, see LINUX_ELF below).
sparc_solaris SUN SPARC on Solaris 2.4
sunos4 SUN SPARC on SunOS 4.1.3
svr4 Intel x86 on Intel SVR4
svr4 Intel x86 on Intel SVR4
and MIPS
ultrix4 DEC MIPS on Ultrix 4.4
PostgreSQL has known problems/bugs on the following platforms:
...
...
doc/FAQ
View file @
10da89c1
...
...
@@ -165,7 +165,7 @@ Section 1: General Questions
see LINUX_ELF below).
* sparc_solaris - SUN SPARC on Solaris 2.4
* sunos4 - SUN SPARC on SunOS 4.1.3
* svr4 - Intel x86 on Intel SVR4
* svr4 - Intel x86 on Intel SVR4
and MIPS
* ultrix4 - DEC MIPS on Ultrix 4.4
The following platforms have known problems/bugs:
...
...
src/configure
View file @
10da89c1
...
...
@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
irix
*
)
PORTNAME
=
'irix5'
;;
hpux
*
)
PORTNAME
=
'hpux'
;;
osf
*
)
PORTNAME
=
'alpha'
;;
sysv4
*
)
PORTNAME
=
'svr4'
;;
sysv4.2
*
)
case
"
$host_vendor
"
in
univel
)
PORTNAME
=
'univel'
;;
...
...
src/configure.in
View file @
10da89c1
...
...
@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;
...
...
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