Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
10da89c1
Commit
10da89c1
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add sysv4 support to configure and docs.
parent
e3be2f9d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
INSTALL
+1
-1
1 addition, 1 deletion
INSTALL
doc/FAQ
+1
-1
1 addition, 1 deletion
doc/FAQ
src/configure
+1
-0
1 addition, 0 deletions
src/configure
src/configure.in
+1
-0
1 addition, 0 deletions
src/configure.in
with
4 additions
and
2 deletions
INSTALL
+
1
−
1
View file @
10da89c1
...
@@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
...
@@ -53,7 +53,7 @@ PostgreSQL has been tested on the following platforms:
(For non-ELF Linux, see LINUX_ELF below).
(For non-ELF Linux, see LINUX_ELF below).
sparc_solaris SUN SPARC on Solaris 2.4
sparc_solaris SUN SPARC on Solaris 2.4
sunos4 SUN SPARC on SunOS 4.1.3
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
ultrix4 DEC MIPS on Ultrix 4.4
PostgreSQL has known problems/bugs on the following platforms:
PostgreSQL has known problems/bugs on the following platforms:
...
...
This diff is collapsed.
Click to expand it.
doc/FAQ
+
1
−
1
View file @
10da89c1
...
@@ -165,7 +165,7 @@ Section 1: General Questions
...
@@ -165,7 +165,7 @@ Section 1: General Questions
see LINUX_ELF below).
see LINUX_ELF below).
* sparc_solaris - SUN SPARC on Solaris 2.4
* sparc_solaris - SUN SPARC on Solaris 2.4
* sunos4 - SUN SPARC on SunOS 4.1.3
* 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
* ultrix4 - DEC MIPS on Ultrix 4.4
The following platforms have known problems/bugs:
The following platforms have known problems/bugs:
...
...
This diff is collapsed.
Click to expand it.
src/configure
+
1
−
0
View file @
10da89c1
...
@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
...
@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
irix
*
)
PORTNAME
=
'irix5'
;;
irix
*
)
PORTNAME
=
'irix5'
;;
hpux
*
)
PORTNAME
=
'hpux'
;;
hpux
*
)
PORTNAME
=
'hpux'
;;
osf
*
)
PORTNAME
=
'alpha'
;;
osf
*
)
PORTNAME
=
'alpha'
;;
sysv4
*
)
PORTNAME
=
'svr4'
;;
sysv4.2
*
)
sysv4.2
*
)
case
"
$host_vendor
"
in
case
"
$host_vendor
"
in
univel
)
PORTNAME
=
'univel'
;;
univel
)
PORTNAME
=
'univel'
;;
...
...
This diff is collapsed.
Click to expand it.
src/configure.in
+
1
−
0
View file @
10da89c1
...
@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
...
@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
osf*) PORTNAME='alpha';;
sysv4*) PORTNAME='svr4';;
sysv4.2*)
sysv4.2*)
case "$host_vendor" in
case "$host_vendor" in
univel) PORTNAME='univel';;
univel) PORTNAME='univel';;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment