Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7fcbf6a

Browse files
committed
Split out XLog reading as an independent facility
This new facility can not only be used by xlog.c to carry out crashrecovery, but also by external programs. By supplying a function toread XLog pages from somewhere, all the WAL reading can be used forcompletely different purposes.For the standard backend use, the behavior should be pretty much thesame as previously. As for non-backend programs, an hypotheticalpg_xlogdump program is now closer to reality, but some more backendsupport is still necessary.This patch was originally submitted by Andres Freund in a differentform, but Heikki Linnakangas opted for and authored another design ofthe concept. Andres has advanced the patch since Heikki's initialversion. Review and some (mostly cosmetics) changes by me.
1 parent8606dd8 commit7fcbf6a

File tree

5 files changed

+1260
-704
lines changed

5 files changed

+1260
-704
lines changed

‎src/backend/access/transam/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
1414

1515
OBJS = clog.o transam.o varsup.o xact.o rmgr.o slru.o subtrans.o multixact.o\
1616
timeline.o twophase.o twophase_rmgr.o xlog.o xlogarchive.o xlogfuncs.o\
17-
xlogutils.o
17+
xlogreader.oxlogutils.o
1818

1919
include$(top_srcdir)/src/backend/common.mk
2020

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp