]> granicus.if.org Git - postgresql/commitdiff
Move nextstep into problem/bug section.
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Mar 1997 22:59:47 +0000 (22:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Mar 1997 22:59:47 +0000 (22:59 +0000)
INSTALL
doc/FAQ
src/Makefile.global.in

diff --git a/INSTALL b/INSTALL
index 55e916dd904471361f0b00e2f810e64b547f8603..cf2588b8935661691b5615f769102234b5e7d041 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -25,12 +25,15 @@ PostgreSQL has been tested on the following platforms:
    irix5          SGI MIPS on IRIX 5.3
    linux          Intel x86 on Linux 1.2 and Linux ELF
                   (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
    sunos4          SUN SPARC on SunOS 4.1.3
    svr4           Intel x86 on Intel SVR4
    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
 authors have not personally tested.
 
diff --git a/doc/FAQ b/doc/FAQ
index f4730767be2a06d850e566eeeaecd8b9ec6c13c5..76713402b5b11b77818809d758dbd7c3d41a971b 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -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
    
    Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -176,12 +176,14 @@ Section 1: General Questions
      * irix5 - SGI MIPS on IRIX 5.3
      * linux - Intel x86 on Linux 1.2 and Linux ELF (For non-ELF Linux,
        see LINUX_ELF below).
-     * next - Motorola MC68K or Intel x86 on NeXTSTEP 3.2
      * sparc_solaris - SUN SPARC on Solaris 2.4
      * sunos4 - SUN SPARC on SunOS 4.1.3
      * svr4 - Intel x86 on Intel SVR4
      * 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?
index 642ae9dd3248e4d62ee53ce8fefea7f2275c8e54..ca9c7bc8aa5ea3341810fa39b3456ce66609701a 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11 1997/02/12 11:05:10 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.12 1997/03/06 22:58:48 momjian Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the 
 #   irix5          SGI MIPS on IRIX 5.3 or better
 #   linux          Intel x86 on Linux 1.2 and Linux ELF
 #                  (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
 #   sunos4         SUN SPARC on SunOS 4.1.3
 #   svr4           Intel x86 on Intel SVR4
 #   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
 #  to change it in Makefile.custom.
 #