Re: A GUC variable to replace PGBE_ACTIVITY_SIZE

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: A GUC variable to replace PGBE_ACTIVITY_SIZE
Дата
Msg-id 1214244728.13041.32.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Ответ на A GUC variable to replace PGBE_ACTIVITY_SIZE  (Thomas Lee <tom@vector-seven.com>)
Список pgsql-patches
On Mon, 2008-06-23 at 03:52 +1000, Thomas Lee wrote:
> * Should it be possible to set this new variable via a command-line
> option ala shared_buffers?

I would say not: most parameters cannot be set by special command-line
parameters, and this one is not important enough to warrant special
treatment. Instead, "--track_activity_query_size=x" can be used as-is.

> * I'm not exactly sure about the best way to add unit/regr tests for
> this change.

AFAICS there isn't an easy way.

> * I'm also not sure what's required in the way of updates to the
> documentation.

postgresql.conf.sample and doc/src/sgml/config.sgml should be updated at
a minimum.

-Neil



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: variadic function support
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Simplify formatting.c