diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-11-18 15:39:51 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-11-18 15:39:51 -0500 |
commit | 14ddff44c22cb358775d5aad6953f0ce0fdb64cf (patch) | |
tree | fa336b01ed9170ddbeff676151a372e6b9cb6280 /src/backend/utils/adt/numeric.c | |
parent | 6b6633ad6cf663c81b5e0bc0c40709bf9d8d0299 (diff) | |
download | postgresql-14ddff44c22cb358775d5aad6953f0ce0fdb64cf.tar.gz postgresql-14ddff44c22cb358775d5aad6953f0ce0fdb64cf.zip |
Assert that WaitLatch's timeout is not more than INT_MAX milliseconds.
The behavior with larger values is unspecified by the Single Unix Spec.
It appears that BSD-derived kernels report EINVAL, although Linux does not.
If waiting for longer intervals is desired, the calling code has to do
something to limit the delay; we can't portably fix it here since "long"
may not be any wider than "int" in the first place.
Part of response to bug #7670, though this change doesn't fix that
(in fact, it converts the problem from an ERROR into an Assert failure).
No back-patch since it's just an assertion addition.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions