pgsql: Provide a HINT listing the allowed unit names when a GUC variable

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Provide a HINT listing the allowed unit names when a GUC variable
Дата
Msg-id 20070621181421.BA1EB9FB742@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Provide a HINT listing the allowed unit names when a GUC variable seems to
contain a wrong unit specification, per discussion.
In passing, fix the code to avoid unnecessary integer overflows when
converting units, and to detect overflows when they do occur.

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Update password example.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Allow trailing whitespace in parse_real(), for consistency with