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
e2ab435e
Commit
e2ab435e
authored
Mar 06, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move nextstep into problem/bug section.
parent
da90363c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
INSTALL
INSTALL
+4
-1
doc/FAQ
doc/FAQ
+4
-2
src/Makefile.global.in
src/Makefile.global.in
+5
-2
No files found.
INSTALL
View file @
e2ab435e
...
@@ -25,12 +25,15 @@ PostgreSQL has been tested on the following platforms:
...
@@ -25,12 +25,15 @@ PostgreSQL has been tested on the following platforms:
irix5 SGI MIPS on IRIX 5.3
irix5 SGI MIPS on IRIX 5.3
linux Intel x86 on Linux 1.2 and Linux ELF
linux Intel x86 on Linux 1.2 and Linux ELF
(For non-ELF Linux, see LINUX_ELF below).
(For non-ELF Linux, see LINUX_ELF below).
nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2
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
ultrix4 DEC MIPS on Ultrix 4.4
ultrix4 DEC MIPS on Ultrix 4.4
PostgreSQL has known problems/bugs on the following platforms:
nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2
PostgreSQL is also known to work on a number of other platforms that the
PostgreSQL is also known to work on a number of other platforms that the
authors have not personally tested.
authors have not personally tested.
...
...
doc/FAQ
View file @
e2ab435e
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
Last updated: Thu
Feb 27 09:57:50
EST 1997
Last updated: Thu
Mar 6 17:44:07
EST 1997
Version: 6.0
Version: 6.0
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...
@@ -176,12 +176,14 @@ Section 1: General Questions
...
@@ -176,12 +176,14 @@ Section 1: General Questions
* irix5 - SGI MIPS on IRIX 5.3
* irix5 - SGI MIPS on IRIX 5.3
* linux - Intel x86 on Linux 1.2 and Linux ELF (For non-ELF Linux,
* linux - Intel x86 on Linux 1.2 and Linux ELF (For non-ELF Linux,
see LINUX_ELF below).
see LINUX_ELF below).
* next - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
* 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
* ultrix4 - DEC MIPS on Ultrix 4.4
* ultrix4 - DEC MIPS on Ultrix 4.4
The following platforms have known problems/bugs:
* nextstep - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
1.3) Where can I get PostgreSQL?
1.3) Where can I get PostgreSQL?
...
...
src/Makefile.global.in
View file @
e2ab435e
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.1
1 1997/02/12 11:05:10 scrappy
Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.1
2 1997/03/06 22:58:48 momjian
Exp $
#
#
# NOTES
# NOTES
# Essentially all Postgres make files include this file and use the
# Essentially all Postgres make files include this file and use the
...
@@ -55,12 +55,15 @@
...
@@ -55,12 +55,15 @@
# irix5 SGI MIPS on IRIX 5.3 or better
# irix5 SGI MIPS on IRIX 5.3 or better
# linux Intel x86 on Linux 1.2 and Linux ELF
# linux Intel x86 on Linux 1.2 and Linux ELF
# (For non-ELF Linux, see LINUX_ELF below).
# (For non-ELF Linux, see LINUX_ELF below).
# nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
# 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
# ultrix4 DEC MIPS on Ultrix 4.4
# ultrix4 DEC MIPS on Ultrix 4.4
#
#
# PostgresSQL has known problems/bugs on the following platforms:
#
# nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
#
# Note that portname is defined here to be UNDEFINED to remind you
# Note that portname is defined here to be UNDEFINED to remind you
# to change it in Makefile.custom.
# to change it in Makefile.custom.
#
#
...
...
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