diff options
| author | Bruce Momjian | 1998-01-27 15:35:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-01-27 15:35:30 +0000 |
| commit | b4564a98fa6ba4c93f3d1fe49909eb170650a888 (patch) | |
| tree | 9afefa5f7e037afce45288dfef57380b4c358e14 /src/include/config.h.in | |
| parent | f49d41353d237715ff4b0954d894a1e42617296c (diff) | |
Deadlock ceallnup.
(void) change for aix and hp compilers.
protocol cleanup.
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 9c0b1829c1f..521790528f6 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -216,8 +216,6 @@ extern void srandom(int seed); * number of seconds. * We don't check for deadlocks just before sleeping because a deadlock is * a rare event, and checking is an expensive operation. - * We only detect deadlocks between two processes, not three or more, but - * these are the most common. */ #define DEADLOCK_CHECK_TIMER 60 |
