File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.1
3
3
HP-UX Specific
4
4
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
5
5
=======================================================
6
- last updated: $Date: 2001/02 /20 19:06:16 $
6
+ last updated: $Date: 2001/03 /20 00:18:21 $
7
7
8
8
current maintainer: Tom Lane (tgl@sss.pgh.pa.us)
9
9
original author: Tom Lane (tgl@sss.pgh.pa.us)
@@ -103,3 +103,10 @@ Any other error is cause for suspicion. In particular, if you see
103
103
failures in the datetime test on HPUX 9, you probably forgot to
104
104
install the libm patch PHSS_4630 --- see item 1.1 above.
105
105
106
+ The parallel regression test script (gmake check) is known to lock up
107
+ when run under HP's default Bourne shell, at least in HPUX 10.20. This
108
+ appears to be a shell bug, not the fault of the script. If you see that
109
+ the tests have stopped making progress and only a shell process is
110
+ consuming CPU, kill the shell and start over with
111
+ gmake SHELL=/bin/ksh check
112
+ to use ksh instead.
You can’t perform that action at this time.
0 commit comments