pgsql: Move routine building restore_command to src/common/

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Move routine building restore_command to src/common/
Дата
Msg-id E1jGa11-0003q8-Kb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move routine building restore_command to src/common/

restore_command has only been used until now by the backend, but there
is a pending patch for pg_rewind to make use of that in the frontend.

Author: Alexey Kondratov
Reviewed-by: Andrey Borodin, Andres Freund, Alvaro Herrera, Alexander
Korotkov, Michael Paquier
Discussion: https://postgr.es/m/a3acff50-5a0d-9a2c-b3b2-ee36168955c1@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e09ad07b21a244c3cbcdbe3048e9ab0834ac6d41

Modified Files
--------------
src/backend/access/transam/xlogarchive.c |  66 +++--------------
src/common/Makefile                      |   1 +
src/common/archive.c                     | 121 +++++++++++++++++++++++++++++++
src/include/common/archive.h             |  21 ++++++
src/tools/msvc/Mkvcbuild.pm              |   1 +
5 files changed, 154 insertions(+), 56 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Add wait events for WAL archive and recovery pause.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Prefer standby promotion over recovery pause.