Re: Standby server won't start

Поиск
Список
Период
Сортировка
От MauMau
Тема Re: Standby server won't start
Дата
Msg-id 70934E0D08FD4CF8A9FEBB7C19080E84@maumau
обсуждение исходный текст
Ответ на Re: Standby server won't start  (Rajeev rastogi <rajeev.rastogi@huawei.com>)
Ответы Re: Standby server won't start  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
From: "Rajeev rastogi" <rajeev.rastogi@huawei.com>
If you changed max_connection to 4 only in primary, then I am not able to 
understand, how it got changed in standby also (if you have not taken back 
again)?
Let me know If I have missed something.

The primary log the new value as an XLOG_PARAMETER_CHANGE WAL record at 
startup when the parameter value in postgresql.conf does not match the one 
in pg_control.  Then, the WAL record is sent to the standby and applied, 
which changes the value in pg_control on the standby.

Regards
MauMau




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

Предыдущее
От: "MauMau"
Дата:
Сообщение: Re: [RFC] What should we do for reliable WAL archiving?
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Standby server won't start