Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-24Move FAQ_AIX information to installation instructions.Peter Eisentraut
The information on why the shared libraries are built the way they are was not relevant to end users and has been made a mailing list archive link in Makefile.shlib.
2007-10-09Clarify user of "postmaster" vs. "server" in FAQs.Bruce Momjian
Brendan Jurd
2006-12-06Back out mention of port success from FAQs, per Tom, added by Simon.Bruce Momjian
2006-12-05Update of port patches, HEAD patch only.Bruce Momjian
Simon Riggs
2006-09-20Add shared linking information to AIX FAQ.Bruce Momjian
Laurenz Albe
2006-05-26Update AIX FAQ.Bruce Momjian
Chris Browne
2006-04-13Update AIX FAQ:Bruce Momjian
At any rate, here's a revision to CVS HEAD to reflect some changes by myself and by Seneca Cunningham for the AIX FAQ. It touches on the following issues: 1. memcpy pointer patch for dynahash.c 2. AIX memory management, which can, for 32 bit cases, bite people quite unexpectedly... Chris Browne
2006-04-05Update AIX FAQ to show readline options more clearly.Bruce Momjian
Backpatch FAQ's to 8.1.X.
2005-12-08FAQ_AIX in 8.1.0 contains outdated information about how to deal withBruce Momjian
postgres problems due to readline. The attached patch replaces that section of it with better ways of handling the problem. Seneca Cunningham
2005-11-04We haven't seen any agreement emerge as to what is causing AIX 5.3 ML3Bruce Momjian
to fail to successfully build the release candidates. However, a patch has emerged (thanks, Seneca!) that does allow it to work, and which I'd expect to be portable (better still!). We are still actively pursuing why it breaks, but supposing that still remains outstanding, at least the following would allow AIX users to better survive a build... Chris Browne
2005-10-24IBM has addressed the socket address storage issue as of AIX 5.3Bruce Momjian
maintenance level 5300-03; the following patch adds documentation to FAQ_AIX. Chris Browne
2005-07-30Update AIX FAQ.Bruce Momjian
Chris Browne
2002-11-12Update AIX resultmap for horology tests, per Andreas.Tom Lane
2002-11-11Revise platform FAQs.Peter Eisentraut
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
> > > > found in the postmaster and not included from elsewhere) > > > > shared libs on AIX need to be able to resolve all symbols at linkage time. > > Those two symbols are in backend/utils/SUBSYS.o but not in the postgres > > executable. > > They are defined in backend/utils/mb/conv.c and declared in > include/mb/pg_wchar.h. They're also linked into the > postmaster. I don't see anything unusual. Attached is a patch to fix the mb linking problems on AIX. As a nice side effect it reduces the duplicate symbol warnings to linking libpq.so and libecpg.so (all shlibs that are not postmaster loadable modules). Please apply to current (only affects AIX). The _LARGE_FILES problem is unfortunately still open, unless Peter has fixed it per his recent idea. Zeugswetter Andreas SB SD
2002-02-01Last Minute AIX_FAQ patch with small corrections for current version,Bruce Momjian
please apply. Andreas
2001-03-27The following patch updates the FAQ_AIX and makes C++ code work withBruce Momjian
more recent versions of the IBM C++ compiler (now called VisualAge C++). The C++ part was previously broken (g++ and xlC), thus this is zero risk. Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER ) instead of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo ls for .exp file)). I thus ask you to please apply this patch before release. With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both the native compiler vac.C 5.0.1 and gcc 2.95.2 :-) Andreas
2000-11-18AIX patches from Andreas.Tom Lane
2000-11-09Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian
that installs into a different path than is configured. With this applied both postmaster and the shared libs are location independent for AIX 4.2 and up. Thanks Andreas
2000-05-05Please apply the following patch to the FAQ_AIXBruce Momjian
Thanks Andreas
2000-04-17Aix patches from Zeugswetter AndreaBruce Momjian
1999-09-14Update from Andreas Zeugswetter <andreas.zeugswetter@telecom.at>Thomas G. Lockhart
for v6.5.2 info.
1999-05-27FAQs contributed for this release.Thomas G. Lockhart