diff options
author | Bruce Momjian | 2004-12-19 04:09:48 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-12-19 04:09:48 +0000 |
commit | 3ede1aa11df003aa44bbb120db2c4e12f7f04bcc (patch) | |
tree | c05fe8f5f66f1c2e69a30e05ea77c9bf22aa84ea | |
parent | 8c476418b118eab4e31f1ab32faf23467787f549 (diff) |
Mention why unixware doesn't handle threading in 8.0.
-rw-r--r-- | src/template/unixware | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/template/unixware b/src/template/unixware index 499eb9c349..337d7dc231 100644 --- a/src/template/unixware +++ b/src/template/unixware @@ -20,4 +20,15 @@ __EOF__ rm -f conftest.* PTHREAD_CFLAGS="-Kpthread" + +# The effect of doing threading for the backend does not work +# because of a threading bug that appears in the regression tests: +# +# in make check, the plpgsql test (plpgsql.sql) +# set statement_timeout to 1000; +# select blockme(); +# reset statement_timeout; +# +# per report from Olivier PRENANT <[email protected]> + fi |