pgsql: Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not
Дата
Msg-id 20100703212358.5ABCB7541D4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible
to have different values in different processes of the primary server.
Also put it into the "Streaming Replication" GUC category; it doesn't belong
in "Standby Servers" because you use it on the master not the standby.
In passing also correct guc.c's idea of wal_keep_segments' category.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.289 -> r1.290)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.289&r2=1.290)
    pgsql/src/backend/storage/ipc:
        procarray.c (r1.70 -> r1.71)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.70&r2=1.71)
    pgsql/src/backend/utils/misc:
        guc.c (r1.558 -> r1.559)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.558&r2=1.559)
        postgresql.conf.sample (r1.289 -> r1.290)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.289&r2=1.290)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Replace max_standby_delay with two parameters,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Don't set recoveryLastXTime when replaying a checkpoint --- that