Re: export FUNC_MAX_ARGS as a read-only GUC variable

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: export FUNC_MAX_ARGS as a read-only GUC variable
Дата
Msg-id 3FCADE3B.2040005@joeconway.com
обсуждение исходный текст
Ответ на Re: export FUNC_MAX_ARGS as a read-only GUC variable  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: export FUNC_MAX_ARGS as a read-only GUC variable
Список pgsql-patches
Tom Lane wrote:
> Perhaps the GUC variable name should be max_name_len or some such.
>
> Also, should func_max_args and index_max_keys become max_func_args and
> max_index_keys?

That sounds good to me:

-[ RECORD 3 ]----------------------------------------------
name       | max_func_args
setting    | 32
-[ RECORD 4 ]----------------------------------------------
name       | max_index_keys
setting    | 32
-[ RECORD 5 ]----------------------------------------------
name       | max_name_len
setting    | 63

I'll finish up the docs and commit this tomorrow, barring strong
complaints. It will require an initdb -- should I hold off for other
pending changes also requiring initdb?

Joe



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ISO 8601 "Time Intervals" of the "format with time-unit
Следующее
От: Tom Lane
Дата:
Сообщение: Re: export FUNC_MAX_ARGS as a read-only GUC variable