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

Commit610589e

Browse files
michaelpqpull[bot]
authored andcommitted
Move logic related to WAL replay of Heap/Heap2 into its own file
This brings more clarity to heapam.c, by cleanly separating all thelogic related to WAL replay and the rest of Heap and Heap2, similarlyto other RMGRs like hash, btree, etc.The header reorganization is also nice in heapam.c, cutting half of theheaders required.Author: Li YongReviewed-by: Sutou Kouhei, Michael PaquierDiscussion:https://postgr.es/m/EFE55E65-D7BD-4C6A-B630-91F43FD0771B@ebay.com
1 parent68d93fe commit610589e

File tree

5 files changed

+1366
-1339
lines changed

5 files changed

+1366
-1339
lines changed

‎src/backend/access/heap/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ OBJS = \
1616
heapam.o\
1717
heapam_handler.o\
1818
heapam_visibility.o\
19+
heapam_xlog.o\
1920
heaptoast.o\
2021
hio.o\
2122
pruneheap.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp