Re: unite recovery.conf and postgresql.conf

Поиск
Список
Период
Сортировка
От Joshua Berkus
Тема Re: unite recovery.conf and postgresql.conf
Дата
Msg-id 1306461547.50992.1316981600939.JavaMail.root@mail-1.01.com
обсуждение исходный текст
Ответ на unite recovery.conf and postgresql.conf  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: unite recovery.conf and postgresql.conf
Список pgsql-hackers

> I rather like Tom's suggestion of include_if_exists.

include_if_exists certainly solves the recovery.conf/recovery.done problem.  We can even phase it out, like this:

9.2: include_if_exists = 'recovery.conf' in the default postgresql.conf file.
9.3: include_if_exists = 'recovery.conf' commented out by default
9.4: renaming recovery.conf to recovery.done by core PG code removed.

This gives users/vendors 3 years to update their scripts to remove dependence on recovery.conf.  I'm afraid that I
agreewith Simon that there's already a whole buncha 3rd-party code out there to support the current system.
 

--Josh Berkus 


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

Предыдущее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] "database" object class of contrib/sepgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unite recovery.conf and postgresql.conf