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

Commita030bfa

Browse files
Move user functions related to WAL into xlogfuncs.c
1 parente145891 commita030bfa

File tree

4 files changed

+499
-446
lines changed

4 files changed

+499
-446
lines changed

‎src/backend/access/transam/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ subdir = src/backend/access/transam
1212
top_builddir = ../../../..
1313
include$(top_builddir)/src/Makefile.global
1414

15-
OBJS = clog.o transam.o varsup.o xact.o xlog.o xlogutils.o rmgr.o slru.o subtrans.o multixact.o twophase.o twophase_rmgr.o
15+
OBJS = clog.o transam.o varsup.o xact.o rmgr.o slru.o subtrans.o multixact.o\
16+
twophase.o twophase_rmgr.o xlog.o xlogfuncs.o xlogutils.o
1617

1718
include$(top_srcdir)/src/backend/common.mk
1819

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp