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
a4cf22c7
Commit
a4cf22c7
authored
Feb 01, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Last Minute AIX_FAQ patch with small corrections for current version,
please apply. Andreas
parent
984d0ecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/FAQ_AIX
doc/FAQ_AIX
+5
-5
No files found.
doc/FAQ_AIX
View file @
a4cf22c7
From: Zeugswetter Andreas <ZeugswetterA@
wien.
spardat.at>
Tue Mar 27 10:47:31 MSZ 2001
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
Fri Feb 1 17:24:51 NFT 2002
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
(vac.C 5.0.1) passes all regression tests.
...
...
@@ -16,10 +16,10 @@ installed the appropriate C++ include files and use a C++ version that
supports the string class (e.g. VisualAge C++ filesets vacpp.cmp.batch 5.0
and vacpp.cmp.include 5.0).
There will probably be warnings about
int8 - int64 redefines, 0.0/0.0
division and duplicate symbol warnings
which you can safely ignore.
There will probably be warnings about
0.0/0.0 division and duplicate symbols
which you can safely ignore.
Compiling PostgreSQL with gcc (2.95.
2
) on AIX also works.
Compiling PostgreSQL with gcc (2.95.
3
) on AIX also works.
Use the configure flags: --with-CC=gcc
Since the mktime() function does not work on AIX for dates before
...
...
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