Re: Reporting WAL file containing checkpoint's REDO record in pg_controldata's result

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Reporting WAL file containing checkpoint's REDO record in pg_controldata's result
Дата
Msg-id CAHGQGwFKw6NBcXV4sxcCGdcpTcxz=eGj_NKeN1vW75ftu_Kagw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Reporting WAL file containing checkpoint's REDO record in pg_controldata's result  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: Reporting WAL file containing checkpoint's REDO record in pg_controldata's result
Список pgsql-hackers
On Fri, Mar 23, 2012 at 5:56 PM, Magnus Hagander <magnus@hagander.net> wrote:
> Might it be a good idea to put it on it's own row instead of changing
> the format of an existing row, in order not to break scripts and
> programs that are parsing the previous output?

Good idea! What row name should we use for the WAL file containing
REDO record? "Latest checkpoint's REDO file"?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Reporting WAL file containing checkpoint's REDO record in pg_controldata's result
Следующее
От: Robert Haas
Дата:
Сообщение: Re: checkpoint patches