Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2024ec

Browse files
committed
update
1 parent63b312d commite2024ec

File tree

3 files changed

+988
-405
lines changed

3 files changed

+988
-405
lines changed

‎doc/FAQ_Solaris

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
============================================================
2-
Frequently Asked Questions (FAQ) for PostgreSQL 7.1
2+
Frequently Asked Questions (FAQ) for PostgreSQL 7.2
33
Sun Solaris specific
44
to be read in conjunction with the installation instructions
55
============================================================
6-
last updated: $Date: 2001/04/08 16:36:13 $
6+
last updated: $Date: 2001/12/10 13:02:20 $
77

8-
current maintainer: Marc Liyanage (liyanage@access.ch)
9-
original author: Marc Liyanage (liyanage@access.ch)
8+
current maintainer: Peter Eisentraut <peter_e@gmx.net>
109

1110

1211
Contents:
1312

1413
1) What tools do I need to build and install PostgreSQL on Solaris?
1514
2) Why do I get problems when building with OpenSSL support?
1615
3) Why does configure complain about a failed test program?
17-
4) A bunch of regression tests fail in random, non-reproduceable
18-
patterns. What's wrong?
1916

2017

2118
1) What tools do I need to build and install PostgreSQL on Solaris?
@@ -65,21 +62,5 @@ export LD_LIBRARY_PATH
6562
and restart configure. You will also have to keep this setting
6663
whenever you run any of the installed PostgreSQL programs.
6764

68-
In the future, consider installing the offending libraries so they
69-
provide their own "rpath".
70-
71-
72-
4) A bunch of regression tests fail in random, non-reproduceable
73-
patterns. What's wrong?
74-
75-
A lot of users have reported that the parallel regression test suite
76-
causes a varying, unpredictable set of tests to fail, usually tests in
77-
the second half of the run. The failure is usually a failure to
78-
connect to the server at all, or an abrupt loss of the connection.
79-
Invariably, these problems go away when the regression test suite is
80-
changed to use TCP/IP sockets instead of Unix domain sockets. (Change
81-
line 163 of src/test/regress/pg_regress to match *solaris*; yes, there
82-
should be an easier way to do this.) Since a number of users do not
83-
seem to have any problems with this at all, we do not claim that "Unix
84-
domain sockets are broken on Solaris", but feel free to draw your own
85-
conclusions, or better yet, share your insights with the rest of us.
65+
Alternatively, set the environment variable LD_RUN_PATH. See the
66+
ld(1) man page for more information.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp