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

Commitf69cf1f

Browse files
committed
Mention why unixware doesn't handle threading in 8.0.
1 parentf167dc8 commitf69cf1f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎src/template/unixware

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,15 @@ __EOF__
2020
rm -f conftest.*
2121

2222
PTHREAD_CFLAGS="-Kpthread"
23+
24+
# The effect of doing threading for the backend does not work
25+
# because of a threading bug that appears in the regression tests:
26+
#
27+
# in make check, the plpgsql test (plpgsql.sql)
28+
# set statement_timeout to 1000;
29+
# select blockme();
30+
# reset statement_timeout;
31+
#
32+
# per report from Olivier PRENANT <ohp@pyrenet.fr>
33+
2334
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp