Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e2ab435

Browse files
committed
Move nextstep into problem/bug section.
1 parent da90363 commit e2ab435

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

INSTALL

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ PostgreSQL has been tested on the following platforms:
2525
irix5 SGI MIPS on IRIX 5.3
2626
linux Intel x86 on Linux 1.2 and Linux ELF
2727
(For non-ELF Linux, see LINUX_ELF below).
28-
nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2
2928
sparc_solaris SUN SPARC on Solaris 2.4
3029
sunos4 SUN SPARC on SunOS 4.1.3
3130
svr4 Intel x86 on Intel SVR4
3231
ultrix4 DEC MIPS on Ultrix 4.4
3332

33+
PostgreSQL has known problems/bugs on the following platforms:
34+
35+
nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2
36+
3437
PostgreSQL is also known to work on a number of other platforms that the
3538
authors have not personally tested.
3639

doc/FAQ

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
Last updated: Thu Feb 27 09:57:50 EST 1997
6+
Last updated: Thu Mar 6 17:44:07 EST 1997
77
Version: 6.0
88

99
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -176,12 +176,14 @@ Section 1: General Questions
176176
* irix5 - SGI MIPS on IRIX 5.3
177177
* linux - Intel x86 on Linux 1.2 and Linux ELF (For non-ELF Linux,
178178
see LINUX_ELF below).
179-
* next - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
180179
* sparc_solaris - SUN SPARC on Solaris 2.4
181180
* sunos4 - SUN SPARC on SunOS 4.1.3
182181
* svr4 - Intel x86 on Intel SVR4
183182
* ultrix4 - DEC MIPS on Ultrix 4.4
184183

184+
The following platforms have known problems/bugs:
185+
* nextstep - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
186+
185187

186188

187189
1.3) Where can I get PostgreSQL?

src/Makefile.global.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# 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 $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -55,12 +55,15 @@
5555
# irix5 SGI MIPS on IRIX 5.3 or better
5656
# linux Intel x86 on Linux 1.2 and Linux ELF
5757
# (For non-ELF Linux, see LINUX_ELF below).
58-
# nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
5958
# sparc_solaris SUN SPARC on Solaris 2.4
6059
# sunos4 SUN SPARC on SunOS 4.1.3
6160
# svr4 Intel x86 on Intel SVR4
6261
# ultrix4 DEC MIPS on Ultrix 4.4
6362
#
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+
#
6467
# Note that portname is defined here to be UNDEFINED to remind you
6568
# to change it in Makefile.custom.
6669
#

0 commit comments

Comments
 (0)