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

Commit 5b2def8

Browse files
committed
Update of port patches, HEAD patch only.
Simon Riggs
1 parent 50a0739 commit 5b2def8

File tree

5 files changed

+56
-14
lines changed

5 files changed

+56
-14
lines changed

doc/FAQ_AIX

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
1+
=======================================================
2+
Frequently Asked Questions (FAQ) for PostgreSQL
3+
AIX Specific
4+
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5+
=======================================================
6+
Last updated: $Date: 2006/12/05 14:47:33 $
7+
8+
Topics
9+
10+
- Known Working Ports
11+
- AIX 4.3.2 Port Report
12+
- AIX 5.3 Additional Information
13+
- AIX, readline, and postgres 8.1.x:
14+
- AIX Memory Management: An Overview
15+
- Statistics Collector Fun on AIX
16+
17+
-----
18+
19+
Working Ports
20+
-------------
21+
Consult http://buildfarm.postgresql.org/ for latest information.
22+
23+
At time of writing the following builds work on 8.0, 8.1 and 8.2
24+
25+
AIX 5.3 using gcc 4.0.1 on PowerPC
26+
AIX 5.2 using gcc 3.3.2 on PowerPC
27+
AIX 5.2 using cc 6.0 on PowerPC
28+
29+
plus port report below for AIX 4.3.2
30+
31+
-----
32+
133
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
2-
$Date: 2006/09/20 02:10:11 $
34+
$Date: 2006/12/05 14:47:33 $
335

436
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
537
(vac.C 5.0.1) passes all regression tests. Other versions of OS and

doc/FAQ_HPUX

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=======================================================
2-
Frequently Asked Questions (FAQ) for PostgreSQL 7.3
2+
Frequently Asked Questions (FAQ) for PostgreSQL
33
HP-UX Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55
=======================================================
6-
last updated: $Date: 2006/07/19 02:37:00 $
6+
last updated: $Date: 2006/12/05 14:47:34 $
77

88
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
99
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -21,11 +21,16 @@ Section 1: Installing PostgreSQL
2121

2222
1.1) What do I need to install PostgreSQL on HP-UX?
2323

24-
PostgreSQL 7.3 should work on Series 700/800 PA-RISC machines running
24+
PostgreSQL 7.3+ should work on Series 700/800 PA-RISC machines running
2525
HP-UX 10.X or 11.X, given appropriate system patch levels and build
2626
tools. At least one developer routinely tests on HPUX 10.20 and we
2727
have reports of successful installations on HPUX 11.00 and 11.11.
2828

29+
Recent port reports for PostgreSQL 8.2.0 are
30+
- on IA64, HP-UX 11.23, gcc and cc
31+
- on PA-RISC, HP-UX 10.20 and 11.23, gcc and cc
32+
Tested on 2006-10-23
33+
2934
Aside from the PostgreSQL source distribution, you will need GNU make
3035
(HP's make will not do), and either GNU gcc or HP's full ANSI C compiler.
3136
If you intend to build from CVS sources rather than a distribution tarball,

doc/FAQ_IRIX

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
33
IRIX Specific
44
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
55
=======================================================
6-
last updated: $Date: 2002/11/11 20:04:05 $
6+
last updated: $Date: 2006/12/05 14:47:34 $
77

88
current maintainer: Luis Amigo (lamigo@atc.unican.es)
99
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)
2525
and r12000(ip35) processors, running IRIX 6.5.5m, 6.5.12 and 6.5.13 with
2626
MIPSPro compilers version 7.30, 7.3.1.2m and 7.3.
2727

28+
PostgreSQL 8.1.0 has been reported as compiling successfully on IRIX 6.5
29+
on MIPS using cc by Kenneth Marshall (<ktm@is.rice.edu>), 2005-11-04
30+
2831
Aside from the PostgreSQL source distribution, you will need GNU make
2932
(SGI's make will not do), and the MIPSPro full ANSI C compiler.
3033

doc/FAQ_MINGW

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
The most recent version of this document can be viewed at
99
http://www.postgresql.org/docs/faqs.FAQ_MINGW.html.
1010

11-
The FAQ for running PostgreSQL on native Win32 is at
12-
http://pginstaller.projects.postgresql.org/FAQ_windows.html.
11+
The FAQ Running & Installing PostgreSQL On Native Windows is at
12+
http://pginstaller.projects.postgresql.org/faq/FAQ_windows.html.
1313

1414
The native Win32 port is built from source using MinGW tools. There
1515
is also a precompiled binary installer called pginstaller which you
1616
can find at from http://pgfoundry.org/projects/pginstaller. It is a
1717
fully native build and uses no additional software like MinGW. The
18-
ready-made instlaler files are available on the main PostgreSQL ftp
18+
ready-made installer files are available on the main PostgreSQL ftp
1919
servers in the binary/win32 directory.
2020

2121
Tools for Building Binaries

doc/FAQ_SCO

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
============================================================
2-
Frequently Asked Questions (FAQ) for PostgreSQL 7.3
3-
SCO UnixWare and OpenServer specific
4-
to be read in conjunction with the installation instructions
5-
============================================================
6-
last updated: $Date: 2004/08/04 21:33:39 $
1+
=======================================================
2+
Frequently Asked Questions (FAQ) for PostgreSQL
3+
IRIX Specific
4+
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5+
=======================================================
6+
last updated: $Date: 2006/12/05 14:47:34 $
77

88
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
99
original author: Andrew Merrill (andrew@compclass.com)
1010

1111

12+
Consult http://buildfarm.postgresql.org/ for latest information.
13+
1214
PostgreSQL 8.0 can be built on SCO UnixWare 7 and SCO OpenServer 5.
1315
On OpenServer, you can use either the OpenServer Development Kit or
1416
the Universal Development Kit.

0 commit comments

Comments
 (0)