describe-config issue

Поиск
Список
Период
Сортировка
От vignesh C
Тема describe-config issue
Дата
Msg-id CALDaNm2+vfvRS4H4Bd=wXWtbwpP-C+XV1u-szhU+SPaR4nTk0g@mail.gmail.com
обсуждение исходный текст
Ответы Re: describe-config issue
Список pgsql-hackers
Hi,

Postgres's describe-config option prints reset_val for int & real
configuration parameters which is not useful as it is not updated.
Printing boot_val is better in this case. reset_val is updated with
boot_val while the server is getting started but in case of postgres
--describe-config this value is not updated. I felt printing boot_val
is more appropriate in this case. Attached patch for the same.
Thoughts?

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Hao Wu
Дата:
Сообщение: Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Следующее
От: Thomas Munro
Дата:
Сообщение: A micro-optimisation for walkdir()