File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ PostgreSQL has been tested on the following platforms:
25
25
irix5 SGI MIPS on IRIX 5.3
26
26
linux Intel x86 on Linux 1.2 and Linux ELF
27
27
(For non-ELF Linux, see LINUX_ELF below).
28
- nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2
29
28
sparc_solaris SUN SPARC on Solaris 2.4
30
29
sunos4 SUN SPARC on SunOS 4.1.3
31
30
svr4 Intel x86 on Intel SVR4
32
31
ultrix4 DEC MIPS on Ultrix 4.4
33
32
33
+ PostgreSQL has known problems/bugs on the following platforms:
34
+
35
+ nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2
36
+
34
37
PostgreSQL is also known to work on a number of other platforms that the
35
38
authors have not personally tested.
36
39
Original file line number Diff line number Diff line change 3
3
4
4
5
5
6
- Last updated: Thu Feb 27 09:57:50 EST 1997
6
+ Last updated: Thu Mar 6 17:44:07 EST 1997
7
7
Version: 6.0
8
8
9
9
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -176,12 +176,14 @@ Section 1: General Questions
176
176
* irix5 - SGI MIPS on IRIX 5.3
177
177
* linux - Intel x86 on Linux 1.2 and Linux ELF (For non-ELF Linux,
178
178
see LINUX_ELF below).
179
- * next - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
180
179
* sparc_solaris - SUN SPARC on Solaris 2.4
181
180
* sunos4 - SUN SPARC on SunOS 4.1.3
182
181
* svr4 - Intel x86 on Intel SVR4
183
182
* ultrix4 - DEC MIPS on Ultrix 4.4
184
183
184
+ The following platforms have known problems/bugs:
185
+ * nextstep - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
186
+
185
187
186
188
187
189
1.3) Where can I get PostgreSQL?
Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11 1997/02/12 11:05:10 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.12 1997/03/06 22:58:48 momjian Exp $
11
11
#
12
12
# NOTES
13
13
# Essentially all Postgres make files include this file and use the
55
55
# irix5 SGI MIPS on IRIX 5.3 or better
56
56
# linux Intel x86 on Linux 1.2 and Linux ELF
57
57
# (For non-ELF Linux, see LINUX_ELF below).
58
- # nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
59
58
# sparc_solaris SUN SPARC on Solaris 2.4
60
59
# sunos4 SUN SPARC on SunOS 4.1.3
61
60
# svr4 Intel x86 on Intel SVR4
62
61
# ultrix4 DEC MIPS on Ultrix 4.4
63
62
#
63
+ # PostgresSQL has known problems/bugs on the following platforms:
64
+ #
65
+ # nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
66
+ #
64
67
# Note that portname is defined here to be UNDEFINED to remind you
65
68
# to change it in Makefile.custom.
66
69
#
You can’t perform that action at this time.
0 commit comments