pgsql: Restrict deadlock_timeout to the range for which the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Restrict deadlock_timeout to the range for which the
Дата
Msg-id 20070620183140.457519FBE38@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: transformColumnDefinition failed to complain about create table
Следующее
От: neilc@postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Remove some empty columns from a few system catalog tables in the