pgsql: When a GUC string variable is not set, print the empty string (in

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: When a GUC string variable is not set, print the empty string (in
Дата
Msg-id 20060726113947.727C89FB0D1@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
When a GUC string variable is not set, print the empty string (in SHOW etc.),
not "unset".  An "unset" state doesn't really exist; all variables behave
like an empty string value if the string being pointed to has not been
initialized.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        guc.c (r1.330 -> r1.331)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.330&r2=1.331)

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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Convert effective_cache_size to an integer, for better
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Work around bug in strxfmt() but in MS VS2005.