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

Commit59ce952

Browse files
committed
Improve description of --disable-rpath workaround for regression test
problems.
1 parentcb99679 commit59ce952

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.43 2004/12/02 20:35:45 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.44 2004/12/03 17:46:19 tgl Exp $ -->
22

33
<chapter id="regress">
44
<title id="regress-title">Regression Tests</title>
@@ -47,10 +47,6 @@ gmake check
4747
<filename>src/test/regress</filename> and run the command there.)
4848
This will first build several auxiliary files, such as
4949
some sample user-defined trigger functions, and then run the test driver
50-
script. On some platforms if you want perform a <literal>make check<literal>
51-
without installing it first, you have to build with:
52-
<literal>configure --disable-rpath</>.
53-
At the end you should see something like
5450
script. At the end you should see something like
5551
<screen>
5652
<computeroutput>
@@ -85,6 +81,19 @@ gmake check
8581
Alternatively, run the tests after installation.
8682
</para>
8783

84+
<para>
85+
If you have configured <productname>PostgreSQL</productname> to install
86+
into a location where an older <productname>PostgreSQL</productname>
87+
installation already exists, and you perform <literal>gmake check</>
88+
before installing the new version, you may find that the tests fail
89+
because the new programs try to use the already-installed shared
90+
libraries. (Typical symptoms are complaints about undefined symbols.)
91+
If you wish to run the tests before overwriting the old installation,
92+
you'll need to build with <literal>configure --disable-rpath</>.
93+
It is not recommended that you use this option for the final installation,
94+
however.
95+
</para>
96+
8897
<para>
8998
The parallel regression test starts quite a few processes under your
9099
user ID. Presently, the maximum concurrency is twenty parallel test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp