pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,
Дата
Msg-id E1PmsL1-0006BX-Vm@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause,  (Jaime Casanova <jaime@2ndquadrant.com>)
Список pgsql-committers
Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
Status check functions only. Also, new recovery.conf parameter to
pause_at_recovery_target, default on.

Simon Riggs, reviewed by Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8c6e3adbf792c2bba448e88cbf2c8e03fb802e73

Modified Files
--------------
doc/src/sgml/func.sgml             |   58 +++++++++++++++
doc/src/sgml/recovery-config.sgml  |   25 +++++++
src/backend/access/transam/xlog.c  |  137 ++++++++++++++++++++++++++++++++++++
src/include/access/xlog_internal.h |    3 +
src/include/catalog/pg_proc.h      |    7 ++
5 files changed, 230 insertions(+), 0 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: UINT64_MAX isn't defined on MSVC.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Named restore points in recovery. Users can record named points,