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
aadd8a23
Commit
aadd8a23
authored
May 26, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AIX FAQ.
Chris Browne
parent
0a269db9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletion
+33
-1
doc/FAQ_AIX
doc/FAQ_AIX
+33
-1
No files found.
doc/FAQ_AIX
View file @
aadd8a23
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
$Date: 2006/0
4/13 11:41:0
2 $
$Date: 2006/0
5/26 19:48:3
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. Other versions of OS and
(vac.C 5.0.1) passes all regression tests. Other versions of OS and
...
@@ -365,3 +365,35 @@ References and resources
...
@@ -365,3 +365,35 @@ References and resources
IBM Redbook
IBM Redbook
http://www.redbooks.ibm.com/redbooks/pdfs/sg245674.pdf
http://www.redbooks.ibm.com/redbooks/pdfs/sg245674.pdf
http://www.redbooks.ibm.com/abstracts/sg245674.html?Open
http://www.redbooks.ibm.com/abstracts/sg245674.html?Open
Statistics Collector Fun on AIX
--------------------------------
When implementing PostgreSQL version 8.1 on AIX 5.3, we periodically
ran into problems where the statistics collector would "mysteriously"
not come up successfully.
This appears to be the result of unexpected behaviour in the IPv6
implementation. It looks like PostgreSQL and IPv6 do not play very
well together at this time on AIX.
Any of the following actions "fix" the problem.
1. Delete the localhost ipv6 address
(as root)
# ifconfig lo0 inet6 ::1/0 delete
2. Remove IPv6 from net services. The file /etc/netsvc.conf, on AIX,
is roughly equivalent to /etc/nsswitch.conf on Solaris/Linux.
The default, on AIX, is thus:
hosts=local,bind
Replace this with:
hosts=local4,bind4
to deactivate searching for IPv6 addresses.
\ No newline at end of file
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