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
e2024ec6
Commit
e2024ec6
authored
Dec 10, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
63b312d2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
988 additions
and
405 deletions
+988
-405
doc/FAQ_Solaris
doc/FAQ_Solaris
+5
-24
src/bin/psql/fr.po
src/bin/psql/fr.po
+466
-179
src/bin/psql/sv.po
src/bin/psql/sv.po
+517
-202
No files found.
doc/FAQ_Solaris
View file @
e2024ec6
============================================================
Frequently Asked Questions (FAQ) for PostgreSQL 7.
1
Frequently Asked Questions (FAQ) for PostgreSQL 7.
2
Sun Solaris specific
to be read in conjunction with the installation instructions
============================================================
last updated: $Date: 2001/
04/08 16:36:13
$
last updated: $Date: 2001/
12/10 13:02:20
$
current maintainer: Marc Liyanage (liyanage@access.ch)
original author: Marc Liyanage (liyanage@access.ch)
current maintainer: Peter Eisentraut <peter_e@gmx.net>
Contents:
...
...
@@ -14,8 +13,6 @@ Contents:
1) What tools do I need to build and install PostgreSQL on Solaris?
2) Why do I get problems when building with OpenSSL support?
3) Why does configure complain about a failed test program?
4) A bunch of regression tests fail in random, non-reproduceable
patterns. What's wrong?
1) What tools do I need to build and install PostgreSQL on Solaris?
...
...
@@ -65,21 +62,5 @@ export LD_LIBRARY_PATH
and restart configure. You will also have to keep this setting
whenever you run any of the installed PostgreSQL programs.
In the future, consider installing the offending libraries so they
provide their own "rpath".
4) A bunch of regression tests fail in random, non-reproduceable
patterns. What's wrong?
A lot of users have reported that the parallel regression test suite
causes a varying, unpredictable set of tests to fail, usually tests in
the second half of the run. The failure is usually a failure to
connect to the server at all, or an abrupt loss of the connection.
Invariably, these problems go away when the regression test suite is
changed to use TCP/IP sockets instead of Unix domain sockets. (Change
line 163 of src/test/regress/pg_regress to match *solaris*; yes, there
should be an easier way to do this.) Since a number of users do not
seem to have any problems with this at all, we do not claim that "Unix
domain sockets are broken on Solaris", but feel free to draw your own
conclusions, or better yet, share your insights with the rest of us.
Alternatively, set the environment variable LD_RUN_PATH. See the
ld(1) man page for more information.
src/bin/psql/fr.po
View file @
e2024ec6
This diff is collapsed.
Click to expand it.
src/bin/psql/sv.po
View file @
e2024ec6
This diff is collapsed.
Click to expand it.
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