mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Update of port patches, HEAD patch only.
Simon Riggs
This commit is contained in:
parent
50a073916c
commit
5b2def8969
34
doc/FAQ_AIX
34
doc/FAQ_AIX
@ -1,5 +1,37 @@
|
||||
=======================================================
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
AIX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
Last updated: $Date: 2006/12/05 14:47:33 $
|
||||
|
||||
Topics
|
||||
|
||||
- Known Working Ports
|
||||
- AIX 4.3.2 Port Report
|
||||
- AIX 5.3 Additional Information
|
||||
- AIX, readline, and postgres 8.1.x:
|
||||
- AIX Memory Management: An Overview
|
||||
- Statistics Collector Fun on AIX
|
||||
|
||||
-----
|
||||
|
||||
Working Ports
|
||||
-------------
|
||||
Consult http://buildfarm.postgresql.org/ for latest information.
|
||||
|
||||
At time of writing the following builds work on 8.0, 8.1 and 8.2
|
||||
|
||||
AIX 5.3 using gcc 4.0.1 on PowerPC
|
||||
AIX 5.2 using gcc 3.3.2 on PowerPC
|
||||
AIX 5.2 using cc 6.0 on PowerPC
|
||||
|
||||
plus port report below for AIX 4.3.2
|
||||
|
||||
-----
|
||||
|
||||
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
||||
$Date: 2006/09/20 02:10:11 $
|
||||
$Date: 2006/12/05 14:47:33 $
|
||||
|
||||
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
||||
(vac.C 5.0.1) passes all regression tests. Other versions of OS and
|
||||
|
11
doc/FAQ_HPUX
11
doc/FAQ_HPUX
@ -1,9 +1,9 @@
|
||||
=======================================================
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL 7.3
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
HP-UX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
last updated: $Date: 2006/07/19 02:37:00 $
|
||||
last updated: $Date: 2006/12/05 14:47:34 $
|
||||
|
||||
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
|
||||
original author: Tom Lane (tgl@sss.pgh.pa.us)
|
||||
@ -21,11 +21,16 @@ Section 1: Installing PostgreSQL
|
||||
|
||||
1.1) What do I need to install PostgreSQL on HP-UX?
|
||||
|
||||
PostgreSQL 7.3 should work on Series 700/800 PA-RISC machines running
|
||||
PostgreSQL 7.3+ should work on Series 700/800 PA-RISC machines running
|
||||
HP-UX 10.X or 11.X, given appropriate system patch levels and build
|
||||
tools. At least one developer routinely tests on HPUX 10.20 and we
|
||||
have reports of successful installations on HPUX 11.00 and 11.11.
|
||||
|
||||
Recent port reports for PostgreSQL 8.2.0 are
|
||||
- on IA64, HP-UX 11.23, gcc and cc
|
||||
- on PA-RISC, HP-UX 10.20 and 11.23, gcc and cc
|
||||
Tested on 2006-10-23
|
||||
|
||||
Aside from the PostgreSQL source distribution, you will need GNU make
|
||||
(HP's make will not do), and either GNU gcc or HP's full ANSI C compiler.
|
||||
If you intend to build from CVS sources rather than a distribution tarball,
|
||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
IRIX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
last updated: $Date: 2002/11/11 20:04:05 $
|
||||
last updated: $Date: 2006/12/05 14:47:34 $
|
||||
|
||||
current maintainer: Luis Amigo (lamigo@atc.unican.es)
|
||||
original author: Luis Amigo (lamigo@atc.unican.es)
|
||||
@ -25,6 +25,9 @@ PostgreSQL 7.2 has been run on MIPS r8000, r10000(both ip25 and ip27)
|
||||
and r12000(ip35) processors, running IRIX 6.5.5m, 6.5.12 and 6.5.13 with
|
||||
MIPSPro compilers version 7.30, 7.3.1.2m and 7.3.
|
||||
|
||||
PostgreSQL 8.1.0 has been reported as compiling successfully on IRIX 6.5
|
||||
on MIPS using cc by Kenneth Marshall (<ktm@is.rice.edu>), 2005-11-04
|
||||
|
||||
Aside from the PostgreSQL source distribution, you will need GNU make
|
||||
(SGI's make will not do), and the MIPSPro full ANSI C compiler.
|
||||
|
||||
|
@ -8,14 +8,14 @@
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.FAQ_MINGW.html.
|
||||
|
||||
The FAQ for running PostgreSQL on native Win32 is at
|
||||
http://pginstaller.projects.postgresql.org/FAQ_windows.html.
|
||||
The FAQ Running & Installing PostgreSQL On Native Windows is at
|
||||
http://pginstaller.projects.postgresql.org/faq/FAQ_windows.html.
|
||||
|
||||
The native Win32 port is built from source using MinGW tools. There
|
||||
is also a precompiled binary installer called pginstaller which you
|
||||
can find at from http://pgfoundry.org/projects/pginstaller. It is a
|
||||
fully native build and uses no additional software like MinGW. The
|
||||
ready-made instlaler files are available on the main PostgreSQL ftp
|
||||
ready-made installer files are available on the main PostgreSQL ftp
|
||||
servers in the binary/win32 directory.
|
||||
|
||||
Tools for Building Binaries
|
||||
|
14
doc/FAQ_SCO
14
doc/FAQ_SCO
@ -1,14 +1,16 @@
|
||||
============================================================
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL 7.3
|
||||
SCO UnixWare and OpenServer specific
|
||||
to be read in conjunction with the installation instructions
|
||||
============================================================
|
||||
last updated: $Date: 2004/08/04 21:33:39 $
|
||||
=======================================================
|
||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
||||
IRIX Specific
|
||||
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
|
||||
=======================================================
|
||||
last updated: $Date: 2006/12/05 14:47:34 $
|
||||
|
||||
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
|
||||
original author: Andrew Merrill (andrew@compclass.com)
|
||||
|
||||
|
||||
Consult http://buildfarm.postgresql.org/ for latest information.
|
||||
|
||||
PostgreSQL 8.0 can be built on SCO UnixWare 7 and SCO OpenServer 5.
|
||||
On OpenServer, you can use either the OpenServer Development Kit or
|
||||
the Universal Development Kit.
|
||||
|
Loading…
Reference in New Issue
Block a user