Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00c76cf

Browse files
committed
Move logic related to WAL replay of Heap/Heap2 into its own file
This brings more clarity to heapam.c, by cleanly separating all the logic related to WAL replay and the rest of Heap and Heap2, similarly to other RMGRs like hash, btree, etc. The header reorganization is also nice in heapam.c, cutting half of the headers required. Author: Li Yong Reviewed-by: Sutou Kouhei, Michael Paquier Discussion: https://postgr.es/m/EFE55E65-D7BD-4C6A-B630-91F43FD0771B@ebay.com
1 parent 9fba1ed commit 00c76cf

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)