aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-07-14 16:37:36 +0000
committerBruce Momjian <bruce@momjian.us>1997-07-14 16:37:36 +0000
commite3be2f9dd786dca5848afc900998186f99c81e13 (patch)
treeb6e44a12845eabe0195549eaccd29501c9590bc7
parent1fa3b698af6144a0d7a77bf8c4ab45081676ea61 (diff)
downloadpostgresql-e3be2f9dd786dca5848afc900998186f99c81e13.tar.gz
postgresql-e3be2f9dd786dca5848afc900998186f99c81e13.zip
Update supported ports for 6.1.1 release.
-rw-r--r--INSTALL2
-rw-r--r--doc/FAQ8
-rw-r--r--src/Makefile.global.in35
3 files changed, 12 insertions, 33 deletions
diff --git a/INSTALL b/INSTALL
index a27b52b8fc4..915dbf95431 100644
--- a/INSTALL
+++ b/INSTALL
@@ -41,7 +41,7 @@ REQUIREMENTS TO RUN POSTGRESQL
PostgreSQL has been tested on the following platforms:
aix IBM on AIX 3.2.5 or 4.x
- alpha DEC Alpha AXP on OSF/1 2.0
+ alpha DEC Alpha AXP on Digital Unix 2.0 & 3.2
BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
bsdi BSD/OS 2.0, 2.01, 2.1, 3.0
dgux DG/UX 5.4R3.10
diff --git a/doc/FAQ b/doc/FAQ
index aaee990d337..c0389a0a4f7 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Sun Jul 13 15:26:53 EDT 1997
+ Last updated: Mon Jul 14 12:27:39 EDT 1997
Version: 6.1.1
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -10,10 +10,10 @@
postgreSQL Web site, http://postgreSQL.org.
Linux-specific questions are answered in
- http://postgreSQL.org/docs/FAQ-Linux.phtml.
+ http://postgreSQL.org/docs/FAQ-linux.shtml.
Irix-specific questions are answered in
- http://postgreSQL.org/docs/FAQ-Irix.phtml.
+ http://postgreSQL.org/docs/FAQ-irix.shtml.
Changes in this version (* = modified, + = new):
* 3.42) What is Genetic Query Optimization?
@@ -154,7 +154,7 @@ Section 1: General Questions
The authors have compiled and tested PostgreSQL on the following
platforms(some of these compiles require gcc 2.7.0):
* aix - IBM on AIX 3.2.5 or 4.x
- * alpha - DEC Alpha AXP on OSF/1 2.0
+ * alpha - DEC Alpha AXP on Digital Unix 2.0 and 3.2
* BSD44_derived - OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
* bsdi - BSD/OS 2.0, 2.01, 2.1, 3.0
* dgux - DG/UX 5.4R3.10
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 08dd64d64e2..8004471040e 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.24 1997/05/08 02:29:55 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.25 1997/07/14 16:36:36 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -43,33 +43,12 @@
# Following are settings pertaining to the postgres build and
# installation. The most important one is obviously the name
# of the port.
-
-# The name of the port. Valid choices are:
-# aix IBM on AIX 3.2.5
-# alpha DEC Alpha AXP on OSF/1 2.0
-# BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
-# bsdi BSD/OS 2.0, 2.01, 2.1, 3.0
-# dgux DG/UX 5.4R3.10
-# hpux HP PA-RISC on HP-UX 9.0
-# i386_solaris i386 Solaris
-# 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).
-# 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
-# univel Unixware 2.0x x86
-#
-# 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.
-#
-# make sure that you have no whitespaces after the PORTNAME setting
-# or the makefiles can get confused
+#
+# Note that portname is defined here to be UNDEFINED to remind you
+# to change it in Makefile.custom.
+#
+# make sure that you have no whitespaces after the PORTNAME setting
+# or the makefiles can get confused
PORTNAME= @PORTNAME@
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're