Обсуждение: pgsql: Force archive_status of .done for xlogs created by dearchival/re

Поиск
Список
Период
Сортировка

pgsql: Force archive_status of .done for xlogs created by dearchival/re

От
Heikki Linnakangas
Дата:
Force archive_status of .done for xlogs created by dearchival/replication.

This is a forward-patch of commit 6f4b8a4f4f7a2d683ff79ab59d3693714b965e3d,
applied to 9.2 back in August. The plan was to do something else in master,
but it looks like it's not going to happen, so let's just apply the 9.2
solution to master as well.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c2f79ba2691a4863db53003f25538f8806ebd2db
Author: Simon Riggs <simon@2ndQuadrant.com>

Modified Files
--------------
src/backend/access/transam/xlogarchive.c |   59 ++++++++++++++++++++++++++++++
src/backend/replication/walreceiver.c    |   20 ++++++++++-
src/include/access/xlog_internal.h       |    1 +
3 files changed, 79 insertions(+), 1 deletions(-)