• Tom Lane's avatar
    Restrict deadlock_timeout to the range for which the implementation · 6f0072df
    Tom Lane authored
    actually works sanely, viz not 0 and not more than INT_MAX/1000
    (else TimestampTzPlusMilliseconds can overflow).  Per discussion with
    Greg Stark.  Since this is a superuser-only setting and there was not
    previously any big reason to change it, not worth back-patching.
    6f0072df
guc.c 167 KB