Skip to content
Snippets Groups Projects
Commit f69cf1fc authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Mention why unixware doesn't handle threading in 8.0.

parent f167dc88
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,15 @@ __EOF__ ...@@ -20,4 +20,15 @@ __EOF__
rm -f conftest.* rm -f conftest.*
PTHREAD_CFLAGS="-Kpthread" 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 <ohp@pyrenet.fr>
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment