Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f6943a9f
Commit
f6943a9f
authored
Apr 17, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aix patches from Zeugswetter Andrea
parent
b39c6d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
28 deletions
+17
-28
doc/FAQ_AIX
doc/FAQ_AIX
+17
-28
No files found.
doc/FAQ_AIX
View file @
f6943a9f
From: ZEUGSWETTER Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
From: ZEUGSWETTER Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
To: "'Thomas Lockhart'" <lockhart@alumni.caltech.edu>
Mon Apr 17 14:01:23 EDT 2000
Cc: "'hackers@postgresql.org'" <hackers@postgresql.org>
Subject: Re: [HACKERS] Call for updates!
Date: Tue, 14 September 1999
> Hi. I'd like to update the ports list in the docs to include
AIX 4.3.2 with native IBM compiler xlc 3.6.4 passes all regression tests.
> references to v6.5 for the various platforms for which PostgreSQL-6.5b
Other versions of OS and compiler should also work. If you don't have
> has been tested.
a powerpc there might be differences in the geometry regression test.
PostgreSQL 6.5.2 compiles and regresses ok on AIX 4.3.2
using the IBM compiler.
gcc has problems with shared libs that are not easily resolved.
The following regression tests fail because of different rounding
Use the following configure flags in addition to your own:
behavior or error messages:
./configure --without-CXX
int2 .. failed -- same as int2-i386-netbsd.out
and if you have readline there:
int4 .. failed -- same as int4-i386-netbsd.out
--with-includes=/usr/local/include --with-libraries=/usr/local/lib
geometry .. failed -- Some Zero Values with minus sign (-0)
abstime .. failed
tinterval .. failed
horology .. failed
It has the following problems:
libpq++ does not work because xlC does not have the string and bool classes.
compiling the few files, that fail, with g++ does work.
1. AIX has int8,int16,int32,int64 in /usr/include/inttypes.h
Compiling PostgreSQL with gcc (2.95.2) on AIX does work if you use the
--> configure fails to find snprintf support for int8
configure
(because it includes stdio.h)
option: --template=aix_gcc
I feel this is an IBM problem. I changed my /usr/include/inttypes.h
Either do that or comment out int8-int32 in src/include/c.h.
With the current compiler flags the redefines of int8 - int64 that prior
versions
2. libpq++ does not work because xlC does not have the string and bool classes.
had a problem with are not a problem any more.
it does compile/work with gcc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment