Split off functions related to timeline history files and XLOG archiving.
authorHeikki Linnakangas <[email protected]>
Tue, 2 Oct 2012 10:37:19 +0000 (13:37 +0300)
committerHeikki Linnakangas <[email protected]>
Tue, 2 Oct 2012 10:37:19 +0000 (13:37 +0300)
commitd5497b95f3ca2fc50c6eef46d3394ab6e6855956
treeec2c8b40f5a99f399720406987e7c31f187d2c5a
parent0899556e92958712cc31953497b82657cc706f94
Split off functions related to timeline history files and XLOG archiving.

This is just refactoring, to make the functions accessible outside xlog.c.
A followup patch will make use of that, to allow fetching timeline history
files over streaming replication.
src/backend/access/transam/Makefile
src/backend/access/transam/timeline.c [new file with mode: 0644]
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogarchive.c [new file with mode: 0644]
src/include/access/timeline.h [new file with mode: 0644]
src/include/access/xlog_internal.h