diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-02-24 22:42:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-02-24 22:42:45 +0000 |
commit | 496ea7a87633a64ddab65b375e0be56fa60873cc (patch) | |
tree | 13d2f5498757d6a2f65d27a7caf4553e066c92d8 /src/interfaces/python/tutorial/advanced.py | |
parent | 3460181c3c571d690576c1d7621abfbd78861112 (diff) | |
download | postgresql-496ea7a87633a64ddab65b375e0be56fa60873cc.tar.gz postgresql-496ea7a87633a64ddab65b375e0be56fa60873cc.zip |
At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000
does not lead to a one-second delay, but to an immediate EINVAL failure.
This causes CHECKPOINT to crash with s_lock_stuck much too quickly :-(.
Fix by breaking down the requested wait div/mod 1e6.
Diffstat (limited to 'src/interfaces/python/tutorial/advanced.py')
0 files changed, 0 insertions, 0 deletions