pgsql: Restrict deadlock_timeout to the range for which the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Restrict deadlock_timeout to the range for which the
Date
Msg-id 20070620183140.457519FBE38@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Restrict deadlock_timeout to the range for which the implementation
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.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.399 -> r1.400)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.399&r2=1.400)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: transformColumnDefinition failed to complain about create table
Next
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Remove some empty columns from a few system catalog tables in the