Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
a4cf22c7
Commit
a4cf22c7
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Last Minute AIX_FAQ patch with small corrections for current version,
please apply. Andreas
parent
984d0ecf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/FAQ_AIX
+5
-5
5 additions, 5 deletions
doc/FAQ_AIX
with
5 additions
and
5 deletions
doc/FAQ_AIX
+
5
−
5
View file @
a4cf22c7
From: Zeugswetter Andreas <ZeugswetterA@
wien.
spardat.at>
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
Tue Mar 27 10:47:31 MSZ
200
1
Fri Feb 1 17:24:51 NFT
200
2
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
(vac.C 5.0.1) passes all regression tests.
(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
...
@@ -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
supports the string class (e.g. VisualAge C++ filesets vacpp.cmp.batch 5.0
and vacpp.cmp.include 5.0).
and vacpp.cmp.include 5.0).
There will probably be warnings about
int8 - int64 redefines, 0.0/0.0
There will probably be warnings about
0.0/0.0 division and duplicate symbols
division and duplicate symbol warnings
which you can safely ignore.
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
Use the configure flags: --with-CC=gcc
Since the mktime() function does not work on AIX for dates before
Since the mktime() function does not work on AIX for dates before
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment