Re: Proposal for Allow postgresql.conf values to be changed via SQL
В списке pgsql-hackers по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: Proposal for Allow postgresql.conf values to be changed via SQL |
| Дата | |
| Msg-id | 20121108143632.GA7225@alvh.no-ip.org обсуждение исходный текст |
| Ответ на | Re: Proposal for Allow postgresql.conf values to be changed via SQL (Amit Kapila <amit.kapila@huawei.com>) |
| Ответы |
Re: Proposal for Allow postgresql.conf values to be changed via SQL
|
| Список | pgsql-hackers |
Amit Kapila escribió: > 3. Two backends trying to write to .auto file > we can use ".auto.lock" as the the lock by trying to create it in > exclusive mode as the first step > of the command. If it already exists then backend needs to wait. So changing .auto settings would be nontransactional? The other way to define this would be to have a lock that you grab and keep until end of transaction, and the .auto.lock file is deleted if the transaction is aborted; so have the .auto.lock -> .auto rename only happen at transaction commit. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера