Re: Possible problem with pg_reload_conf() and view pg_settings
В списке pgsql-hackers по дате отправления:
| От | Qingqing Zhou |
|---|---|
| Тема | Re: Possible problem with pg_reload_conf() and view pg_settings |
| Дата | |
| Msg-id | Pine.LNX.4.58.0511050102090.5757@eon.cs обсуждение |
| Ответ на | Re: Possible problem with pg_reload_conf() and view pg_settings (Tony Caduto <tony_caduto@amsoftwaredesign.com>) |
| Список | pgsql-hackers |
On Fri, 4 Nov 2005, Tony Caduto wrote: > > hmm, I waited for at least 1 minute after doing the reload and it was > never updated. It seemed at the time that the only way to get a updated > pg_settings view was to actually restart the server. I plan on doing > some more testing on Saturday. > Did you set "constraint_exclusion = on", then comment it "#constraint_exclusion = on" in the .conf file? If so, then ProcessConfigFile() will ignore this line since it is a comment, instead of setting back its value to "off". Try to do set "constraint_exclusion = off" explicitely, see if long delay ever happens. Btw, is this considered a bug of ProcessConfigFile()? To fix it, we can call InitializeGUCOptions() somewhere but I am not sure which values should be untouched, like ConfigFileName ... Regards, Qingqing
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера