pgsql: Minor GUC cleanups: document krb_server_hostname and

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Minor GUC cleanups: document krb_server_hostname and
Дата
Msg-id 20050821034001.ADDD952B0C@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Minor GUC cleanups: document krb_server_hostname and custom_variable_classes
in postgresql.conf.sample, mark custom_variable_classes as SIGHUP not
POSTMASTER to agree with the documentation (I can't see a reason it has
to be POSTMASTER so I think the docs are right).

Modified Files:
--------------
    pgsql/doc/src/sgml:
        runtime.sgml (r1.345 -> r1.346)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml.diff?r1=1.345&r2=1.346)
    pgsql/src/backend/utils/misc:
        guc.c (r1.284 -> r1.285)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.284&r2=1.285)
        postgresql.conf.sample (r1.159 -> r1.160)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.159&r2=1.160)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > * Fix problems with wrong runtime encoding conversion for
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix some inconsistent choices of datatypes in xlog.c.